# HG changeset patch # User alex # Date 1004474665 0 # Node ID e96d8e8f0c8f80e33f49e95fd28e3ba12f128a36 # Parent ea6158be8103466ab4c30b782a08ec538e46a7eb new Processor Features diff -r ea6158be8103 -r e96d8e8f0c8f loader/wine/winnt.h --- a/loader/wine/winnt.h Tue Oct 30 20:36:20 2001 +0000 +++ b/loader/wine/winnt.h Tue Oct 30 20:44:25 2001 +0000 @@ -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 */