Commit ffc61c80 authored by James Juran's avatar James Juran Committed by Alexandre Julliard

Only include the necessary files to avoid conflicts in gethostname

prototypes between winsock.h and unistd.h
parent 975324f9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment