diff options
author | austriancoder <austriancoder> | 2004-10-07 15:36:38 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-07 15:36:38 +0000 |
commit | d8ca315a825be2ceb3452927c94241ce19a48d9c (patch) | |
tree | 3df894bff0a5970b5bb6ed0fce78b36d49d7caba /dxr3cpu.h | |
parent | a9c8fff0f6b60b6fc7ba80a76542a54dfbb4d3ba (diff) | |
download | vdr-plugin-dxr3-d8ca315a825be2ceb3452927c94241ce19a48d9c.tar.gz vdr-plugin-dxr3-d8ca315a825be2ceb3452927c94241ce19a48d9c.tar.bz2 |
fix for gcc-2.95
Diffstat (limited to 'dxr3cpu.h')
-rw-r--r-- | dxr3cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |