summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/pcShared.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Testing/pcShared.h')
-rw-r--r--Tests/Testing/pcShared.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Tests/Testing/pcShared.h b/Tests/Testing/pcShared.h
deleted file mode 100644
index 59a6ef4..0000000
--- a/Tests/Testing/pcShared.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef pcShared_h
-#define pcShared_h
-
-#ifdef _WIN32
-# ifdef pcShared_EXPORTS
-# define PC_EXPORT __declspec(dllexport)
-# else
-# define PC_EXPORT __declspec(dllimport)
-# endif
-#else
-# define PC_EXPORT
-#endif
-
-PC_EXPORT const char* pcShared(void);
-
-#endif