]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/AtmoClassicConnection.h
Use _WIN32 rather than WIN32 (same for WIN64)
[vlc] / modules / video_filter / atmo / AtmoClassicConnection.h
index 9b684e1be7a74b208d2d8b53e1e7598341035f3a..2b37900e28f20b5346588b19930239b80d9c42fe 100644 (file)
@@ -13,7 +13,7 @@
 #include "AtmoConnection.h"
 #include "AtmoConfig.h"
 
-#if defined(WIN32)
+#if defined(_WIN32)
 #   include <windows.h>
 #endif
 
@@ -22,7 +22,7 @@ class CAtmoClassicConnection : public CAtmoConnection {
     private:
         HANDLE m_hComport;
 
-#if defined(WIN32)
+#if defined(_WIN32)
         DWORD  m_dwLastWin32Error;
     public:
         DWORD getLastError() { return m_dwLastWin32Error; }