[Mplayer-cvslog] CVS: main/loader/wine winnt.h,1.2,1.3

Alex Beregszaszi alex at mplayer.dev.hu
Tue Oct 30 21:44:27 CET 2001


Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv16959

Modified Files:
	winnt.h 
Log Message:
new Processor Features

Index: winnt.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/winnt.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- winnt.h	16 Jul 2001 18:42:38 -0000	1.2
+++ winnt.h	30 Oct 2001 20:44:25 -0000	1.3
@@ -132,7 +132,10 @@
 #define PF_MMX_INSTRUCTIONS_AVAILABLE		3
 #define PF_PPC_MOVEMEM_64BIT_OK			4
 #define PF_ALPHA_BYTE_INSTRUCTIONS		5
-
+/* based on wine-20010510 -- alex */
+#define PF_XMMI_INSTRUCTIONS_AVAILABLE		6
+#define PF_AMD3D_INSTRUCTIONS_AVAILABLE		7
+#define PF_RDTSC_INSTRUCTION_AVAILABLE		8
 
 /* The Win32 register context */
 




More information about the MPlayer-cvslog mailing list