more w32api conversion. Send errors.h to the Trash Can

svn path=/trunk/; revision=14518
This commit is contained in:
Steven Edwards 2005-04-05 19:30:34 +00:00
parent bd3a9da15f
commit c773a28861
7 changed files with 8 additions and 1206 deletions

View file

@ -12,7 +12,7 @@ TARGET_SDKLIBS = ws2_32.a iphlpapi.a ntdll.a
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_GCCLIBS =
TARGET_CFLAGS = -D__USE_W32API
include $(PATH_TO_TOP)/rules.mak

File diff suppressed because it is too large Load diff

View file

@ -60,11 +60,6 @@
/* Base definitions */
#include <base.h>
/* WIN32 messages */
//#ifndef WIN32_LEAN_AND_MEAN
//#include <messages.h>
//#endif
/* WIN32 definitions */
#include <defines.h>
@ -84,19 +79,12 @@
#endif /* ! defined (RC_INVOKED) */
/* WIN32 error codes */
#ifndef WIN32_LEAN_AND_MEAN
#include <errors.h>
#endif
//#ifndef WIN32_LEAN_AND_MEAN
//#include <errors.h>
//#endif
#ifndef RC_INVOKED
/* Windows sockets specification version 1.1 */
#ifdef Win32_Winsock
#ifndef WIN32_LEAN_AND_MEAN
#include <sockets.h>
#endif
#endif
/* There is a conflict with BOOL between Objective-C and Win32,
so the Windows32 API Library defines and uses WINBOOL.
However, if we are not using Objective-C then define the normal

View file

@ -20,7 +20,7 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <errors.h>
#include <winerror.h>
#define NDEBUG
#include <debug.h>

View file

@ -28,6 +28,7 @@
/* INCLUDES *****************************************************************/
#include <windows.h>
#include <winerror.h>
#include <string.h>
#include <samlib.h>

View file

@ -1,4 +1,5 @@
#include <windows.h>
#include <winerror.h>
#include <wininet.h>
#define NDEBUG

View file

@ -10,6 +10,7 @@
#undef __USE_W32API
#include <windows.h>
#include <winerror.h>
/*
* @unimplemented