From 016d97e9eca4a17fd96d575f7b570029848423f7 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 11 Jul 2003 19:46:28 +0000 Subject: fix for Unix git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@93 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test.cpp') 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 -- cgit v1.2.1