Changeset 2798 for trunk/include/cpuhlp.h
- Timestamp:
- Feb 15, 2000, 8:06:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cpuhlp.h
r2615 r2798 1 /* $Id: cpuhlp.h,v 1. 1 2000-02-03 19:04:01sandervl Exp $ */1 /* $Id: cpuhlp.h,v 1.2 2000-02-15 19:04:43 sandervl Exp $ */ 2 2 3 3 #ifndef _CPUHLP_H_ … … 24 24 #define CPUID_MMX BIT(23) 25 25 26 BOOL SupportsCPUID();26 BOOL _cdecl SupportsCPUID(); 27 27 28 void GetCPUVendorString(char *vendor);29 DWORD GetCPUFeatures();30 DWORD GetCPUSignature();28 void _cdecl GetCPUVendorString(char *vendor); 29 DWORD _cdecl GetCPUFeatures(); 30 DWORD _cdecl GetCPUSignature(); 31 31 32 32 void InitSystemInfo(int nrcpus);
Note:
See TracChangeset
for help on using the changeset viewer.