- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
[reactos.git] / reactos / drivers / net / dd / pcnet / pcnet.h
index b02d15e..f455155 100644 (file)
@@ -140,7 +140,7 @@ MiGetMediaState(PADAPTER Adapter);
 #define RESET_IN_PROGRESS 0x1
 
 #if DBG
-#define BREAKPOINT __asm__ ("int $3\n");
+#define BREAKPOINT DbgBreakPoint();
 #else
 #define BREAKPOINT
 #endif