changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / libgame / windows.h
index a3d68cc470e21033d11ee04219f1b3a444ac48bb..4965e134b1befdc44b750b8d11c919745d4ba82d 100644 (file)
 #ifndef WINDOWS_H
 #define WINDOWS_H
 
+// prevent including lots of conflicting macros
+#define WIN32_LEAN_AND_MEAN
+
 #include <shlobj.h>
 
 
-/* some symbols are already defined on Windows */
+// some symbols are already defined on Windows
 typedef int boolean_internal;
 #define boolean boolean_internal
 
@@ -39,4 +42,4 @@ typedef int boolean_internal;
 #define DrawText DrawText_internal
 #endif
 
-#endif /* WINDOWS_H */
+#endif // WINDOWS_H