aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv/ccall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WindowsEnv/ccall.h')
-rw-r--r--src/WindowsEnv/ccall.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/WindowsEnv/ccall.h b/src/WindowsEnv/ccall.h
deleted file mode 100644
index 541cd5e..0000000
--- a/src/WindowsEnv/ccall.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef WINDOWS_ENV_CCALL_H
-#define WINDOWS_ENV_CCALL_H
-
-#if defined(i386_HOST_ARCH)
-#define WINDOWS_ENV_CCALL stdcall
-#elif defined(x86_64_HOST_ARCH)
-#define WINDOWS_ENV_CCALL ccall
-#else
-#define WINDOWS_ENV_CCALL ccall
-#warning "Unsupported architecture"
-#endif
-
-#endif