X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;fp=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;h=9a149a4193229836928d8a993bf1200515123d90;hp=071e0fcdf0c43e4c781e62e0cc7d042689529b7f;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/nucleus/library/application/windoze_helper.h b/nucleus/library/application/windoze_helper.h index 071e0fcd..9a149a41 100644 --- a/nucleus/library/application/windoze_helper.h +++ b/nucleus/library/application/windoze_helper.h @@ -23,12 +23,12 @@ // gnarly headers that are needed for certain types of compilation... //unix headers not needed in here for new purpose of file. -#ifndef _MSC_VER +//#ifndef _MSC_VER #include #ifdef __GNU_WINDOWS__ #include #endif -#endif +//#endif #ifndef NO_XWINDOWS #ifdef __XWINDOWS__ #include @@ -45,9 +45,10 @@ // #undef FD_SETSIZE // #define FD_SETSIZE 1000 // if you don't set this, you can only select on a default of 64 sockets. - #include +// #include + // windows headers... - #define _WINSOCKAPI_ // make windows.h happy about winsock. +//noooo #define _WINSOCKAPI_ // make windows.h happy about winsock. #ifndef _AFXDLL // include ms-windows headers only if we're not doing mfc; mfc has its own // special way of including the headers.