mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
[INCLUDE/CRT]
- Add yet an other __ROS_LONG64__ hack to get newest wine tests to compile svn path=/trunk/; revision=57828
This commit is contained in:
parent
14c031d2eb
commit
25c7e566aa
1 changed files with 8 additions and 0 deletions
|
@ -343,6 +343,14 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* For wine code... */
|
||||
#if !defined(_MSVCRT_LONG_DEFINED) && defined(__ROS_LONG64__)
|
||||
#define _MSVCRT_LONG_DEFINED
|
||||
/* we need 32-bit longs even on 64-bit */
|
||||
typedef int __msvcrt_long;
|
||||
typedef unsigned int __msvcrt_ulong;
|
||||
#endif
|
||||
|
||||
#ifndef _TIME_T_DEFINED
|
||||
#define _TIME_T_DEFINED
|
||||
#ifdef _USE_32BIT_TIME_T
|
||||
|
|
Loading…
Reference in a new issue