Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
cpudetect.cpp File Reference
#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 []
 

Macro Definition Documentation

◆ ASM_RDTSC

#define ASM_RDTSC   _asm _emit 0x0f _asm _emit 0x31

Definition at line 126 of file cpudetect.cpp.

◆ COMPACTLOG

#define COMPACTLOG ( n)
Value:
work.Format n ; CPUDetectClass::CompactLog+=work;

Definition at line 1095 of file cpudetect.cpp.

◆ SYSLOG

#define SYSLOG ( n)
Value:
work.Format n ; CPUDetectClass::ProcessorLog+=work;

Definition at line 986 of file cpudetect.cpp.

Variable Documentation

◆ Windows9xVersionTable

OSInfoStruct Windows9xVersionTable[]

Definition at line 1154 of file cpudetect.cpp.