comparison loader/wine/winnt.h @ 16632:bdc49c9c419e

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
author reimar
date Sun, 02 Oct 2005 14:26:42 +0000
parents 07165a7dbed0
children 251338cf2f58
comparison
equal deleted inserted replaced
16631:0af14c5fee82 16632:bdc49c9c419e
134 #define PF_ALPHA_BYTE_INSTRUCTIONS 5 134 #define PF_ALPHA_BYTE_INSTRUCTIONS 5
135 /* based on wine-20010510 -- alex */ 135 /* based on wine-20010510 -- alex */
136 #define PF_XMMI_INSTRUCTIONS_AVAILABLE 6 136 #define PF_XMMI_INSTRUCTIONS_AVAILABLE 6
137 #define PF_AMD3D_INSTRUCTIONS_AVAILABLE 7 137 #define PF_AMD3D_INSTRUCTIONS_AVAILABLE 7
138 #define PF_RDTSC_INSTRUCTION_AVAILABLE 8 138 #define PF_RDTSC_INSTRUCTION_AVAILABLE 8
139 #define PF_XMMI64_INSTRUCTIONS_AVAILABLE 10
139 140
140 /* The Win32 register context */ 141 /* The Win32 register context */
141 142
142 /* CONTEXT is the CPU-dependent context; it should be used */ 143 /* CONTEXT is the CPU-dependent context; it should be used */
143 /* wherever a platform-specific context is needed (e.g. exception */ 144 /* wherever a platform-specific context is needed (e.g. exception */