summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test.cpp b/test.cpp
index 39699e0..de7fdaf 100644
--- a/test.cpp
+++ b/test.cpp
@@ -85,10 +85,8 @@ int (*AdhocTest)(int argc, char *argv[]) = NULL;
#ifdef __BCPLUSPLUS__
int cmain(int argc, char *argv[])
-#elif defined(_MSC_VER)
-int __cdecl main(int argc, char *argv[])
#else
-int main(int argc, char *argv[])
+int CRYPTOPP_CDECL main(int argc, char *argv[])
#endif
{
#ifdef _CRTDBG_LEAK_CHECK_DF