diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-30 20:44:25 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-30 20:44:25 +0000 |
commit | 59e4dc3805a1c9e0f7446cae81b45e60055e99cd (patch) | |
tree | 14f09db4855ce2fe7fe36e45632e86d78f8165ce | |
parent | 69c00b2c075aa712884a13a836ebd7b1df8ded68 (diff) |
new Processor Features
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2569 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | loader/wine/winnt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/loader/wine/winnt.h b/loader/wine/winnt.h index 03f4a777bd..478f8b78f8 100644 --- a/loader/wine/winnt.h +++ b/loader/wine/winnt.h @@ -132,7 +132,10 @@ typedef struct _SINGLE_LIST_ENTRY { #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 */ |