diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-07 00:51:19 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-07 00:51:19 +0000 |
commit | 3332e57f26944c92d2e9b539672ba619b1f6c4de (patch) | |
tree | bd33d28cb34e9b8195cafafb6274e66b9b732bab /winsup/w32api/include/winnt.h | |
parent | 18238f03eeeb98db47c58f8f98c60cb909ed4358 (diff) | |
download | cygnal-3332e57f26944c92d2e9b539672ba619b1f6c4de.tar.gz cygnal-3332e57f26944c92d2e9b539672ba619b1f6c4de.tar.bz2 cygnal-3332e57f26944c92d2e9b539672ba619b1f6c4de.zip |
2003-03-06 Christopher January <chris@atomice.net>
* include/winbase.h (FindFirstVolume): Add declaration.
(FindNextVolume): Add declaration.
(FindVolumeClose): Add declaration.
(GetSystemTimes): Add declaration.
* include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
2003-03-06 Danny Smith <dannysmith@users.sourceforge.net>
*lib/kernel32.def (GetSystemTimes): Add stub.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r-- | winsup/w32api/include/winnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 88766ac0d..8aa71c637 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -611,6 +611,7 @@ typedef DWORD FLONG; #define PF_3DNOW_INSTRUCTIONS_AVAILABLE 7 #define PF_RDTSC_INSTRUCTION_AVAILABLE 8 #define PF_PAE_ENABLED 9 +#define PF_XMMI64_INSTRUCTIONS_AVAILABLE 10 #define PAGE_READONLY 2 #define PAGE_READWRITE 4 #define PAGE_WRITECOPY 8 |