[NTVDM] Fix PCH w.r.t. using the debug routines. The PCH use here in itself could...
[reactos.git] / reactos / subsystems / mvdm / ntvdm / cpu / callback.c
index e8f7654..00c8979 100644 (file)
 /******************************************************************************\
 |   WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
 |
-|   Callbacks support supposes implicitely that the callbacks are used
+|   Callbacks support supposes implicitly that the callbacks are used
 |   in the SAME thread as the CPU thread, otherwise messing in parallel
 |   with the CPU registers is 100% prone to bugs!!
 \******************************************************************************/
 
 /* INCLUDES *******************************************************************/
 
+#include "ntvdm.h"
+
 #define NDEBUG
+#include <debug.h>
 
-#include "ntvdm.h"
 #include "emulator.h"
 #include "callback.h"