ithewei 5 years ago
parent
commit
9fa81661e7
1 changed files with 1 additions and 1 deletions
  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
     }