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/message.c b/windows/message.c index 49c0eed..ee656a0 100644 --- a/windows/message.c +++ b/windows/message.c
@@ -26,7 +26,7 @@ #include "selectors.h" #include "thread.h" #include "options.h" -#include "menu.h" +#include "controls.h" #include "struct32.h" #include "debugtools.h"