From 4e37f436f4425ce1c428f93bedd81bfdc4dc23f7 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 5 Sep 2005 21:43:43 +0000 Subject: port to GCC 4 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@211 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index e733c33..24fcb8c 100644 --- a/test.cpp +++ b/test.cpp @@ -85,7 +85,7 @@ int (*AdhocTest)(int argc, char *argv[]) = NULL; #ifdef __BCPLUSPLUS__ int cmain(int argc, char *argv[]) #else -int main(int argc, char *argv[]) +int __cdecl main(int argc, char *argv[]) #endif { #ifdef _CRTDBG_LEAK_CHECK_DF -- cgit v1.2.1