summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-26 16:52:36 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-05 21:34:04 +0200
commitb002b82925ac159d7baeb179022bd03675f08f00 (patch)
treef0ed28f39d35feb529cd2e14e7e1c05733c2bf59 /sal
parent6ef75a4b1d6af87ca64f762903685bc4ef9caabf (diff)
__cdecl -> SAL_CALL
Diffstat (limited to 'sal')
-rw-r--r--sal/workben/t_random.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sal/workben/t_random.c b/sal/workben/t_random.c
index ea24cc464..56f2da557 100644
--- a/sal/workben/t_random.c
+++ b/sal/workben/t_random.c
@@ -45,11 +45,7 @@ static char *pt (unsigned char *md, int length)
/*
* main.
*/
-#ifdef WIN32
-int __cdecl main (void)
-#else
-int main (void)
-#endif
+int SAL_CALL main (void)
{
rtlRandomPool pool;
pool = rtl_random_createPool();