CVS: winex/include basetsd.h, 1.6, 1.7 winnt.h, 1.32, 1.33
[email protected] 30 Mar 2007 21:29:03 -0000
Newsgroups
gmane.comp.emulators.winex.cvs
Message-ID
<[email protected] >
Subject: winex/include basetsd.h,1.6,1.7 winnt.h,1.32,1.33Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv23818/include
Modified Files:
basetsd.h winnt.h
Log Message:
Some compilation fixes
Index: basetsd.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/basetsd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- basetsd.h 27 Mar 2007 22:20:25 -0000 1.6
+++ basetsd.h 30 Mar 2007 21:29:00 -0000 1.7
@@ -84,8 +84,8 @@
#else /* FIXME: defined(_WIN32) */
-typedef void *__ptr32;
#if !defined(_MSC_VER)
+typedef void *__ptr32;
typedef unsigned __int64 __ptr64;
#endif /* !defined(_MSC_VER) */
Index: winnt.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/winnt.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- winnt.h 30 Mar 2007 20:41:41 -0000 1.32
+++ winnt.h 30 Mar 2007 21:29:01 -0000 1.33
@@ -2166,7 +2166,7 @@
return teb;
}
#elif defined(__i386__) && defined(_MSC_VER)
-extern inline struct _TEB * WINAPI NtCurrentTeb(void)
+static inline struct _TEB * WINAPI NtCurrentTeb(void)
{
struct _TEB *teb;
__asm mov eax, fs:[0x18];