diff options
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/process.h b/process.h deleted file mode 100644 index 7f0b5ea..0000000 --- a/process.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * process.h - * - * Temporary stand-in for Win32 process.h - * - */ - -HANDLE _beginthreadex(LPSECURITY_ATTRIBUTES security, - DWORD stack, - unsigned (* start_routine)(void *), - LPVOID param, - DWORD flags, - LPDWORD threadID); - -VOID _endthreadex(DWORD); - |