diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 21:32:34 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | c948a593912fef46e2cea6da9b0dd0c7c36054c7 (patch) | |
| tree | 270cb3dd7b3d5bbcd29d9dd8284f183e97a7aac8 /src/win95/win_func.cpp | |
| parent | 02db356511621b7b9db3f0e05dcc92924d9eadde (diff) | |
Removed Watcom Compiler support.
Diffstat (limited to 'src/win95/win_func.cpp')
| -rw-r--r-- | src/win95/win_func.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/win95/win_func.cpp b/src/win95/win_func.cpp index 6be299e..76297a6 100644 --- a/src/win95/win_func.cpp +++ b/src/win95/win_func.cpp @@ -253,12 +253,7 @@ BOOL WaitForRasterThread() mssetup api */ -#ifdef __WATCOMC__ - -unsigned int GetCPUId(void); -#pragma aux GetCPUId = "mov eax,1" "cpuid" value [edx] modify [eax ebx ecx]; - -#elif defined(_MSC_VER) +#if defined(_MSC_VER) static unsigned int GetCPUId(void) { |
