commit | 1425941e290a89c3e82e8db01b9d8a615e780500 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Nov 06 20:57:11 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 06 20:57:11 2001 +0000 |
tree | 22ebb187a87727217a3e4ce6e5fcbcd3cadede73 | |
parent | 2663b80f167f1f7b0192f18b9c9a18d210d4af38 [diff] [blame] |
Fix the #include order for config.h. Add #include "config.h" directives where needed.
diff --git a/windows/dialog.c b/windows/dialog.c index 576a75e..45ff1f5 100644 --- a/windows/dialog.c +++ b/windows/dialog.c
@@ -4,6 +4,7 @@ * Copyright 1993, 1994, 1996 Alexandre Julliard */ +#include "config.h" #include "wine/port.h" #include <ctype.h>