mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
reenable the dirty wine hack, but not for amd64!
svn path=/branches/ros-amd64-bringup/; revision=41499
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#ifndef _BASETSD_H
|
||||
#define _BASETSD_H
|
||||
|
||||
#ifndef _M_AMD64
|
||||
#if !defined(__ROS_LONG64__)
|
||||
#ifdef __WINESRC__
|
||||
//#define __ROS_LONG64__
|
||||
#define __ROS_LONG64__
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
#ifndef _WINNT_H
|
||||
#define _WINNT_H
|
||||
|
||||
#ifndef _M_AMD64
|
||||
#if !defined(__ROS_LONG64__)
|
||||
#ifdef __WINESRC__
|
||||
//#define __ROS_LONG64__ <- hack of fail!!!
|
||||
#define __ROS_LONG64__
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user