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/user.c b/windows/user.c index 43f7f57..137d65f 100644 --- a/windows/user.c +++ b/windows/user.c
@@ -16,7 +16,7 @@ #include "queue.h" #include "win.h" #include "clipboard.h" -#include "menu.h" +#include "controls.h" #include "cursoricon.h" #include "hook.h" #include "toolhelp.h"