Avoid including windows.h since it conflicts with unistd.h.
This commit is contained in:
parent
99afa3a4a2
commit
5488a4ed48
|
@ -23,18 +23,22 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#define NONAMELESSUNION
|
|
||||||
#define NONAMELESSSTRUCT
|
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <wine/debug.h>
|
#include <stdarg.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define NONAMELESSUNION
|
||||||
|
#define NONAMELESSSTRUCT
|
||||||
|
|
||||||
|
#include <windef.h>
|
||||||
|
#include <winbase.h>
|
||||||
|
#include <winuser.h>
|
||||||
|
#include <commctrl.h>
|
||||||
|
#include <wine/debug.h>
|
||||||
|
|
||||||
#include "properties.h"
|
#include "properties.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include "winecfg.h"
|
#include "winecfg.h"
|
||||||
|
|
Loading…
Reference in New Issue