summaryrefslogtreecommitdiff
path: root/src/win95/win_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/win_func.cpp')
-rw-r--r--src/win95/win_func.cpp7
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)
{