Only include the necessary files to avoid conflicts in gethostname
prototypes between winsock.h and unistd.h
This commit is contained in:
parent
975324f941
commit
ffc61c80b3
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue