more win32k code

svn path=/trunk/; revision=790
This commit is contained in:
Rex Jolliff 1999-11-21 18:39:11 +00:00
parent 64915d3ebe
commit a7e6e9c1f8

View 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