Changeset 3188 for trunk/include/cpuhlp.h
- Timestamp:
- Mar 21, 2000, 9:13:30 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/cpuhlp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cpuhlp.h
r2798 r3188 1 /* $Id: cpuhlp.h,v 1. 2 2000-02-15 19:04:43sandervl Exp $ */1 /* $Id: cpuhlp.h,v 1.3 2000-03-21 20:13:30 sandervl Exp $ */ 2 2 3 3 #ifndef _CPUHLP_H_ … … 24 24 #define CPUID_MMX BIT(23) 25 25 26 BOOL _ cdecl SupportsCPUID();26 BOOL __cdecl SupportsCPUID(); 27 27 28 void _ cdecl GetCPUVendorString(char *vendor);29 DWORD _ cdecl GetCPUFeatures();30 DWORD _ cdecl 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.
