summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-09-06 09:04:44 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-09-06 09:04:44 +0000
commit583dd7b008632678bea5ef3e707cef5a2ff30be2 (patch)
treefe399a2973f44c6c5ba5d6b9e4be7fc36f03425b /test.cpp
parentcfd737284fac0a56ad132f6b19fcaa7337a0822e (diff)
downloadcryptopp-583dd7b008632678bea5ef3e707cef5a2ff30be2.tar.gz
fix compile on Unix
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@239 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index cb4c065..97785c8 100644
--- a/test.cpp
+++ b/test.cpp
@@ -87,7 +87,7 @@ int (*AdhocTest)(int argc, char *argv[]) = NULL;
#ifdef __BCPLUSPLUS__
int cmain(int argc, char *argv[])
#else
-int __cdecl main(int argc, char *argv[])
+int CRYPTOPP_API main(int argc, char *argv[])
#endif
{
#ifdef _CRTDBG_LEAK_CHECK_DF