mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
more win32k code
svn path=/trunk/; revision=790
This commit is contained in:
parent
64915d3ebe
commit
a7e6e9c1f8
1 changed files with 12 additions and 0 deletions
12
reactos/include/win32k/debug.h
Normal file
12
reactos/include/win32k/debug.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
#ifndef H_WIN32K_DEBUG
|
||||
#define H_WIN32K_DEBUG
|
||||
|
||||
#ifdef CHECKED_BUILD
|
||||
#define FIXME(S) DbgPrint ("win32k: FIXME at: File:%s line:%d reason:%s", __FILE__, __LINE__, S)
|
||||
#else
|
||||
#define FIXME(S)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in a new issue