summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:46:28 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:46:28 +0000
commit016d97e9eca4a17fd96d575f7b570029848423f7 (patch)
treead2be593c944d2acdd84b110074c0f9401b82aa1 /dlltest.cpp
parentb4a86556710cc5933a2b67458f957eee2056fe18 (diff)
downloadcryptopp-016d97e9eca4a17fd96d575f7b570029848423f7.tar.gz
fix for Unix
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@93 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index c74cbe7..5a49513 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -173,7 +173,7 @@ void FIPS140_SampleApplication()
#ifdef CRYPTOPP_DLL_ONLY
-int __cdecl main()
+int CRYPTOPP_CDECL main()
{
FIPS140_SampleApplication();
return 0;