- Fix debug header nonsense

- Fix some w32api definitions
 - MSVC/PSDK Compatibility fixes.
 - Clean up user32 headers for greater PCH usage.

svn path=/trunk/; revision=16811
This commit is contained in:
Alex Ionescu 2005-07-27 19:21:46 +00:00
parent 24f28bb15b
commit ea3d8b6b8d
43 changed files with 197 additions and 268 deletions

View file

@ -20,18 +20,9 @@
* FIXME: roll up in Netscape 3.01.
*/
#define __WINE__
#include <user32.h>
#include <stdarg.h>
#include <string.h>
#define NDEBUG
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "controls.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include <debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(combo);