X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fdflat32%2Fsystem.h;h=5244db73b5bc1badd41cc0b70581b90f5eef96a4;hp=42136c1b2427239014e47480dc1917b2beb0efae;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/dflat32/system.h b/include/dflat32/system.h index 42136c1..5244db7 100644 --- a/include/dflat32/system.h +++ b/include/dflat32/system.h @@ -2,11 +2,11 @@ #ifndef SYSTEM_H #define SYSTEM_H -//#if MSC | WATCOM +/* #if MSC | WATCOM */ #include -//#else -//#include -//#endif +/* #else */ +/* #include */ +/* #endif */ #define swap(a,b){int x=a;a=b;b=x;} /* ------- platform-dependent values ------ */ @@ -16,8 +16,8 @@ #define ZEROFLAG 0x40 #define MAXSAVES 50 -//#define SCREENWIDTH (80) -//#define SCREENHEIGHT (25) +/* #define SCREENWIDTH (80) */ +/* #define SCREENHEIGHT (25) */ HANDLE hInput; HANDLE hOutput;