diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-06-26 08:53:10 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-06-26 08:53:10 +0000 |
commit | 0b0fe9e56e634f0128de1cc9667b3f71f5250a84 (patch) | |
tree | c738ef4fdd1332ea4adf01f3cb82a93c184f1075 /ucb/workben/cachemap | |
parent | 5a8e3b7d0b18d63449bf728c321f337e8683baee (diff) |
Removed obsolete special handling of main() on WNT.
Diffstat (limited to 'ucb/workben/cachemap')
-rw-r--r-- | ucb/workben/cachemap/cachemaptest.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ucb/workben/cachemap/cachemaptest.cxx b/ucb/workben/cachemap/cachemaptest.cxx index 849a3a8d058d..e2983b61cd92 100644 --- a/ucb/workben/cachemap/cachemaptest.cxx +++ b/ucb/workben/cachemap/cachemaptest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cachemaptest.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sb $ $Date: 2001-06-11 13:03:12 $ + * last change: $Author: sb $ $Date: 2001-06-26 09:53:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,11 +183,7 @@ sal_uInt32 test(Obj *) } -int -#if defined WNT -__cdecl -#endif // WNT -main() +int main() { // Use the second set of measurements, to avoid startup inaccuracies: for (int i = 0; i < 2; ++i) |