mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user