More bug fixes for NetWare.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@572 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-14 19:39:30 +00:00
parent f5aa2e1a0d
commit d8d61143f7
10 changed files with 236 additions and 278 deletions

View File

@@ -548,7 +548,7 @@ RCODE FLMAPI F_Thread::startThread(
if( (hThread = kCreateThread(
(BYTE *)((m_pszThreadName)
? (BYTE *)m_pszThreadName
: (BYTE *)"NDSDB"),
: (BYTE *)"FTK"),
threadStub, NULL, (LONG)m_uiStackSize,
(void *)this)) == NULL)
{