changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / windows.h
index a3d68cc470e21033d11ee04219f1b3a444ac48bb..57787826cc837a90bd76520f7599e2044ea83fbb 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // windows.h
 // ============================================================================
 #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