From d25e377997a897da3e49366afc45c079c5383bac Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 21 Jun 2009 00:29:43 +0000 Subject: [PATCH] reenable the dirty wine hack, but not for amd64! svn path=/branches/ros-amd64-bringup/; revision=41499 --- reactos/include/psdk/basetsd.h | 4 +++- reactos/include/psdk/winnt.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/reactos/include/psdk/basetsd.h b/reactos/include/psdk/basetsd.h index 62158488596..15bc7c1a816 100644 --- a/reactos/include/psdk/basetsd.h +++ b/reactos/include/psdk/basetsd.h @@ -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 diff --git a/reactos/include/psdk/winnt.h b/reactos/include/psdk/winnt.h index 89a9871cd45..80f7d3b54f4 100644 --- a/reactos/include/psdk/winnt.h +++ b/reactos/include/psdk/winnt.h @@ -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