X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=C%2F_windows.h;h=dee2e3e5734fe3a5956515035b88103d7008ab6b;hb=e52a3df8538aa38dde9851e00b98b0cffe3c6750;hp=74a04c3b07128262d9e68c1a2cc51a31ca61a5ac;hpb=4de97bf7ae01a78248a15ff69031824c5b089e31;p=cpc.git diff --git a/C/_windows.h b/C/_windows.h index 74a04c3..dee2e3e 100644 --- a/C/_windows.h +++ b/C/_windows.h @@ -1,12 +1,12 @@ -// windows.h wrapper -// Includes windows.h while avoiding conflicts with Component Pascal types. +/* windows.h wrapper */ +/* Includes windows.h while avoiding conflicts with Component Pascal types. */ #define BOOLEAN _BOOLEAN #define BYTE _BYTE #define CHAR _CHAR #undef _WIN32_WINNT -// 0x0501 is for Windows XP (no service pack) +/* 0x0501 is for Windows XP (no service pack) */ #define _WIN32_WINNT 0x0501 #include