[MPlayer-cvslog] CVS: main/loader/wine winnt.h,1.4,1.5

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Oct 2 16:26:44 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/loader/wine
In directory mail:/var2/tmp/cvs-serv20388/wine

Modified Files:
	winnt.h 
Log Message:
Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,
add MSVCRT._winver and KERNEL32.GetThreadPriority exports.
Should fix some crashes esp. with wmv9dmo.dll


Index: winnt.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/winnt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- winnt.h	20 Mar 2002 22:31:52 -0000	1.4
+++ winnt.h	2 Oct 2005 14:26:42 -0000	1.5
@@ -136,6 +136,7 @@
 #define PF_XMMI_INSTRUCTIONS_AVAILABLE		6
 #define PF_AMD3D_INSTRUCTIONS_AVAILABLE		7
 #define PF_RDTSC_INSTRUCTION_AVAILABLE		8
+#define PF_XMMI64_INSTRUCTIONS_AVAILABLE	10
 
 /* The Win32 register context */
 




More information about the MPlayer-cvslog mailing list