Skip to content
Snippets Groups Projects
Commit 9b7c000a authored by sof's avatar sof
Browse files

[project @ 2002-02-15 07:38:45 by sof]

wibble
parent 619cd23c
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ createOSThread ( OSThreadId* pId, void (*startProc)(void)) ...@@ -186,7 +186,7 @@ createOSThread ( OSThreadId* pId, void (*startProc)(void))
startProcWrapper, startProcWrapper,
(void*)startProc, (void*)startProc,
0, 0,
(unsigned*)pId) == NULL); (unsigned*)pId) == 0);
} }
OSThreadId OSThreadId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment