ithewei %!s(int64=5) %!d(string=hai) anos
pai
achega
9fa81661e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }