update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / thread.c
index c2a12d3..2a79a26 100644 (file)
@@ -1,12 +1,16 @@
+/* $Id$
+ *
+ */
 #include <windows.h>
-#include <crtdll/process.h>
-#include <crtdll/errno.h>
-#include <crtdll/internal/file.h>
+#include <msvcrt/errno.h>
+#include <msvcrt/process.h>
+#include <msvcrt/internal/file.h>
 
 
-unsigned long
-       _beginthread    (void (*pfuncStart)(void *),
-                        unsigned unStackSize, void* pArgList)
+unsigned long _beginthread(
+    void (*pfuncStart)(void*),
+       unsigned unStackSize,
+    void* pArgList)
 {
        DWORD  ThreadId;
        HANDLE hThread;
@@ -20,6 +24,7 @@ unsigned long
        }
        return (unsigned long)hThread;
 }
+
 void   _endthread(void)
 {
        //fixme ExitThread