#include "cpudetect.h"#include "wwstring.h"#include "wwdebug.h"#include "thread.h"#include "mpu.h"#include <windows.h>#include "systimer.h"Go to the source code of this file.
Classes | |
| struct | OSInfoStruct |
| class | CPUDetectInitClass |
Macros | |
| #define | ASM_RDTSC _asm _emit 0x0f _asm _emit 0x31 |
| #define | SYSLOG(n) |
| #define | COMPACTLOG(n) |
Variables | |
| OSInfoStruct | Windows9xVersionTable [] |
| #define ASM_RDTSC _asm _emit 0x0f _asm _emit 0x31 |
Definition at line 126 of file cpudetect.cpp.
| #define COMPACTLOG | ( | n | ) |
Definition at line 1095 of file cpudetect.cpp.
| #define SYSLOG | ( | n | ) |
Definition at line 986 of file cpudetect.cpp.
| OSInfoStruct Windows9xVersionTable[] |
Definition at line 1154 of file cpudetect.cpp.