summaryrefslogtreecommitdiff
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
commit96c5b17f9d329828dbfa44d2d855833c238945b6 (patch)
treecf03855927a2fab73eae5259af4e10cf38614669
parente898ae1cc9ad51b99aad310f962ccf7f47481516 (diff)
downloadcryptopp-CRYPTOPP_5_3_0@239.tar.gz
fix compile on UnixCRYPTOPP_5_3_0@239
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk@239 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-rw-r--r--c5/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c5/test.cpp b/c5/test.cpp
index cb4c065..97785c8 100644
--- a/c5/test.cpp
+++ b/c5/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