Add __stdcall to Windows thread routine
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/9f745bff Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/9f745bff Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/9f745bff Branch: refs/heads/master Commit: 9f745bffd32d177831933a429b02ec377c91133a Parents: 48fa78c Author: Nick Wellnhofer <wellnho...@aevum.de> Authored: Mon Jun 1 13:00:46 2015 +0200 Committer: Nick Wellnhofer <wellnho...@aevum.de> Committed: Tue Jun 2 12:41:22 2015 +0200 ---------------------------------------------------------------------- runtime/core/Clownfish/TestHarness/TestUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/9f745bff/runtime/core/Clownfish/TestHarness/TestUtils.c ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish/TestHarness/TestUtils.c b/runtime/core/Clownfish/TestHarness/TestUtils.c index 2b5698a..a7f0d0c 100644 --- a/runtime/core/Clownfish/TestHarness/TestUtils.c +++ b/runtime/core/Clownfish/TestHarness/TestUtils.c @@ -197,7 +197,7 @@ struct Thread { bool TestUtils_has_threads = true; -static DWORD +static DWORD __stdcall S_thread(void *arg) { Thread *thread = (Thread*)arg;