Use the standard CreateThread routine to create 16-bit tasks instead
of duplicating the code.

diff --git a/include/module.h b/include/module.h
index 72683da..ed89987 100644
--- a/include/module.h
+++ b/include/module.h
@@ -186,6 +186,7 @@
 extern FARPROC16 NE_GetEntryPointEx( HMODULE16 hModule, WORD ordinal, BOOL16 snoop );
 extern BOOL16 NE_SetEntryPoint( HMODULE16 hModule, WORD ordinal, WORD offset );
 extern HANDLE NE_OpenFile( NE_MODULE *pModule );
+extern DWORD NE_StartTask(void);
 
 /* loader/ne/resource.c */
 extern HGLOBAL16 WINAPI NE_DefResourceHandler(HGLOBAL16,HMODULE16,HRSRC16);