From d8ca315a825be2ceb3452927c94241ce19a48d9c Mon Sep 17 00:00:00 2001 From: austriancoder Date: Thu, 7 Oct 2004 15:36:38 +0000 Subject: fix for gcc-2.95 --- dxr3cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3cpu.h') diff --git a/dxr3cpu.h b/dxr3cpu.h index c7bc3f8..472fae8 100644 --- a/dxr3cpu.h +++ b/dxr3cpu.h @@ -98,7 +98,7 @@ private: bool CheckCPUIDPresence(); // main function to get cpu(s) features - bool cpuid(unsigned long function, unsigned long& out_eax, unsigned long& out_ebx, unsigned long& out_ecx, unsigned long& out_edx); + bool Cpuid(unsigned long function, unsigned long& out_eax, unsigned long& out_ebx, unsigned long& out_ecx, unsigned long& out_edx); CPUInformation m_Info; }; -- cgit v1.2.3