mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user