]> git.lizzy.rs Git - rudp.git/blobdiff - linux_list.h
Switch to CMake
[rudp.git] / linux_list.h
index 8a85aab2fca42a00a6716d4db6464416b93ed02f..e033f150e825e1558e59b04f0f1a32504a6dfdeb 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LIST_H
 #define __LIST_H
 
-#if defined(WIN32)
+#if defined(_WIN32)
 #define INLINE __inline
 #else
 #define INLINE inline