DEADSOFTWARE

fix c89 support
[cpc.git] / C / _windows.h
index 74a04c3b07128262d9e68c1a2cc51a31ca61a5ac..dee2e3e5734fe3a5956515035b88103d7008ab6b 100644 (file)
@@ -1,12 +1,12 @@
-// windows.h wrapper\r
-// Includes windows.h while avoiding conflicts with Component Pascal types.\r
+/* windows.h wrapper */\r
+/* Includes windows.h while avoiding conflicts with Component Pascal types. */\r
 \r
 #define BOOLEAN _BOOLEAN\r
 #define BYTE _BYTE\r
 #define CHAR _CHAR\r
 \r
 #undef _WIN32_WINNT\r
-// 0x0501 is for Windows XP (no service pack)\r
+/* 0x0501 is for Windows XP (no service pack) */\r
 #define _WIN32_WINNT 0x0501\r
 #include <windows.h>\r
 \r