changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / libgame / windows.h
index faf9deacabc9d93e8b21c7ded6847ca447857b10..4965e134b1befdc44b750b8d11c919745d4ba82d 100644 (file)
 #ifndef WINDOWS_H
 #define WINDOWS_H
 
-/* prevent including lots of conflicting macros */
+// 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
 
@@ -42,4 +42,4 @@ typedef int boolean_internal;
 #define DrawText DrawText_internal
 #endif
 
-#endif /* WINDOWS_H */
+#endif // WINDOWS_H