2004-08-15 Casper S. Hornstrup <[email protected]>

* lib/user32/include/.cvsignore: New file.
	* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
	* lib/user32/*/*.c: Use pre-compiled header.
	* include/wine/debug.h (FIXME): Override previous declaration is needed.

svn path=/trunk/; revision=10562
This commit is contained in:
Casper Hornstrup
2004-08-15 21:36:30 +00:00
parent a6fc248d31
commit e14ef8a1c4
47 changed files with 100 additions and 158 deletions
+3
View File
@@ -63,6 +63,9 @@ inline static const char *debugres_w( const wchar_t *s ) { return wine_dbgstr_wn
#define WARN_ON(ch) 1
#endif
#ifdef FIXME
#undef FIXME
#endif
#define FIXME DPRINT1
#define FIXME_(ch) DPRINT1
#ifdef NDEBUG