André Hentschel : include: Define FIBER_FLAG_FLOAT_SWITCH.

Alexandre Julliard julliard at winehq.org
Tue May 31 13:08:17 CDT 2011


Module: wine
Branch: master
Commit: 02c88bcef7be8c28a26b0b1deb3e904e7a44ed1b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02c88bcef7be8c28a26b0b1deb3e904e7a44ed1b

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May 31 00:30:30 2011 +0200

include: Define FIBER_FLAG_FLOAT_SWITCH.

---

 include/winbase.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winbase.h b/include/winbase.h
index 4cae6ea..adf7341 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -46,6 +46,8 @@ typedef DWORD (CALLBACK *LPTHREAD_START_ROUTINE)(LPVOID);
 typedef VOID (WINAPI *PFIBER_START_ROUTINE)( LPVOID lpFiberParameter );
 typedef PFIBER_START_ROUTINE LPFIBER_START_ROUTINE;
 
+#define FIBER_FLAG_FLOAT_SWITCH     1
+
 typedef RTL_CRITICAL_SECTION CRITICAL_SECTION;
 typedef PRTL_CRITICAL_SECTION PCRITICAL_SECTION;
 typedef PRTL_CRITICAL_SECTION LPCRITICAL_SECTION;




More information about the wine-cvs mailing list