commit | 97d05c8067d2f062a2483efde5b546b8f9f26a54 | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sat Jan 29 22:07:03 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 29 22:07:03 2000 +0000 |
tree | ffb927d191832d010920ddab35ead306508c37f4 | |
parent | 8cd93514f0f72b154326b2747064056af6e40ba7 [diff] [blame] |
Link only a single .rc file with application.
diff --git a/programs/notepad/dialog.c b/programs/notepad/dialog.c index e4c9428..f8ebd36 100644 --- a/programs/notepad/dialog.c +++ b/programs/notepad/dialog.c
@@ -5,6 +5,7 @@ * To be distributed under the Wine License */ +#include <assert.h> #include <stdio.h> #include <windows.h> #include <commdlg.h>