Only include the necessary files to avoid conflicts in gethostname

prototypes between winsock.h and unistd.h
This commit is contained in:
James Juran 2001-12-04 20:16:58 +00:00 committed by Alexandre Julliard
parent 975324f941
commit ffc61c80b3
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@
* Copyright 1996 Ulrich Schmid
*/
#include "windows.h"
#include "winnt.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "shellapi.h"
VOID MACRO_ExecuteMacro(LPCSTR);