reenable the dirty wine hack, but not for amd64!

svn path=/branches/ros-amd64-bringup/; revision=41499
This commit is contained in:
Timo Kreuzer
2009-06-21 00:29:43 +00:00
parent 169da3458b
commit d25e377997
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -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
+3 -1
View File
@@ -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