[WINE/CONFIG]

MSVC has no sys/time.h
[DDK]
  Directly include <wingdi.h>
[UNICODE]
  Fix build on msvc
All tools now build with msvc.

svn path=/branches/cmake-bringup/; revision=49461
This commit is contained in:
Jérôme Gardou
2010-11-03 18:15:51 +00:00
parent 8a92f19054
commit 3e704fcf1c
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -777,7 +777,9 @@
/* #undef HAVE_SYS_TIMES_H */
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
#ifndef _MSC_VER
#define HAVE_SYS_TIME_H 1
#endif
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef _WINE_IMM_H_
#define _WINE_IMM_H_
#include <psdk/wingdi.h>
#include <wingdi.h>
#ifdef WINE_NO_UNICODE_MACROS
# define WINELIB_NAME_AW(func) \