touched up some source files for borland and msvc.
added more options to bakefile description
This commit is contained in:
@ -41,9 +41,12 @@
|
||||
#define ABORT(label) goto label
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <winsock2.h>
|
||||
# include <windows.h>
|
||||
# include <tchar.h>
|
||||
# include <process.h>
|
||||
# pragma library("ws2_32.lib")
|
||||
# pragma comment(lib,"ws2_32.lib")
|
||||
#elif defined(__OS2__)
|
||||
# define INCL_DOSPROCESS
|
||||
# define INCL_DOSEXCEPTIONS
|
||||
|
@ -11,9 +11,12 @@
|
||||
#include <locale.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <winsock2.h>
|
||||
# include <windows.h>
|
||||
# include <tchar.h>
|
||||
# include <process.h>
|
||||
# pragma library("ws2_32.lib")
|
||||
# pragma comment(lib,"ws2_32.lib")
|
||||
#elif defined(__OS2__)
|
||||
# define INCL_DOSPROCESS
|
||||
# define INCL_DOSEXCEPTIONS
|
||||
|
Reference in New Issue
Block a user