ithewei 5 anni fa
parent
commit
9fa81661e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      base/RAII.cpp

+ 1 - 1
base/RAII.cpp

@@ -33,7 +33,7 @@ public:
     WsaRAII() {
         WSADATA wsadata;
         WSAStartup(MAKEWORD(2,2), &wsadata);
-#ifdef WITH_WINDUMP
+#ifdef ENABLE_WINDUMP
         SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)UnhandledException);
 #endif
     }