commit | 91222da88155a6a4489ac74e7db62c9da4593574 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Dec 10 23:01:33 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Dec 10 23:01:33 2000 +0000 |
tree | c7b9a301dc19f69d9107305947d287623faad482 | |
parent | 84f91bd3fcce75c6d49c46e549c0535437490345 [diff] [blame] |
Moved most builtin controls structures into their respective C file. Created new controls.h file private to user32.dll and moved remaining builtin controls definitions there.
diff --git a/windows/defdlg.c b/windows/defdlg.c index 3958570..990a89c 100644 --- a/windows/defdlg.c +++ b/windows/defdlg.c
@@ -9,7 +9,7 @@ #include "winbase.h" #include "wingdi.h" #include "wine/winuser16.h" -#include "dialog.h" +#include "controls.h" #include "win.h" #include "winproc.h"