use WIN32 lean and mean

This commit is contained in:
Jeff Hill
2000-01-26 01:29:17 +00:00
parent 1e40474050
commit 82217b56a3
2 changed files with 6 additions and 1 deletions

View File

@@ -35,9 +35,12 @@
* -----------------
*/
#include <winsock2.h>
#include <stdio.h>
#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include "epicsVersion.h"
#define epicsExportSharedSymbols
#include "bsdSocketResource.h"

View File

@@ -16,6 +16,8 @@
//
// WIN32
//
#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
/*