4 * Copyright 1996 Alexandre Julliard
14 typedef void (*LPBEGINTHREAD
)(LPVOID
);
15 typedef UINT
WINAPI (*LPBEGINTHREADEX
)(LPVOID
);
17 ULONG
_beginthread(LPBEGINTHREAD
,UINT
,LPVOID
);
18 void _endthread(void);
19 ULONG
_beginthreadex(LPVOID
,UINT
,LPBEGINTHREADEX
,LPVOID
,UINT
,LPUINT
);
20 void _endthreadex(UINT
);
26 #endif /* _INC_PROCESS */