X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=C%2F_windows.h;h=dee2e3e5734fe3a5956515035b88103d7008ab6b;hp=74a04c3b07128262d9e68c1a2cc51a31ca61a5ac;hb=b07755773426daadc49f10e36ce10bf0453eeda8;hpb=c1fd17bc2ea714224521a9ce5bfb55d11daa5645 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