commit | ffc61c80b3d3a2b407865f2dd5a2b7fb08a168b0 | [log] [tgz] |
---|---|---|
author | James Juran <jamesjuran@alumni.psu.edu> | Tue Dec 04 20:16:58 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 04 20:16:58 2001 +0000 |
tree | 7500a403876a6ab7e7408801f29f33924d824497 | |
parent | 975324f941f15158231eee925793832a2fad554d [diff] |
Only include the necessary files to avoid conflicts in gethostname prototypes between winsock.h and unistd.h
diff --git a/programs/winhelp/macro.h b/programs/winhelp/macro.h index cc34ece..1afe519 100644 --- a/programs/winhelp/macro.h +++ b/programs/winhelp/macro.h
@@ -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);