5 * Copyright (c) 1997 Andreas Mohr
13 LPSTR WINAPI GetWin32sDirectory(void)
18 sysdir = getenv("winsysdir");
19 if (!sysdir) return NULL;
20 strcat(sysdir, "\\WIN32S");
21 text = HeapAlloc(GetProcessHeap(), 0, strlen(sysdir)+1);
27 SEGPTR WINAPI _GetThunkBuff(void)