|
| void | Sleep (int ms) |
| DWORD | GetTickCount () |
| static void | intToFileTime (time_t t, FILETIME *out) |
| BOOL | GetFileTime (int filedes, FILETIME *lpCreationTime, FILETIME *lpLastAccessTime, FILETIME *lpLastWriteTime) |
| BOOL | SWELL_PtInRect (const RECT *r, POINT p) |
| int | MulDiv (int a, int b, int c) |
| unsigned int | _controlfp (unsigned int flag, unsigned int mask) |
| void | swell_cleanupZombies () |
| BOOL | CloseHandle (HANDLE hand) |
| HANDLE | CreateEventAsSocket (void *SA, BOOL manualReset, BOOL initialSig, const char *ignored) |
| DWORD | WaitForAnySocketObject (int numObjs, HANDLE *objs, DWORD msTO) |
| DWORD | WaitForSingleObject (HANDLE hand, DWORD msTO) |
| static void * | __threadproc (void *parm) |
| DWORD | GetCurrentThreadId () |
| HANDLE | CreateEvent (void *SA, BOOL manualReset, BOOL initialSig, const char *ignored) |
| HANDLE | CreateThread (void *TA, DWORD stackSize, DWORD(*ThreadProc)(LPVOID), LPVOID parm, DWORD cf, DWORD *tidOut) |
| BOOL | SetThreadPriority (HANDLE hand, int prio) |
| BOOL | SetEvent (HANDLE hand) |
| BOOL | ResetEvent (HANDLE hand) |
| BOOL | WinOffsetRect (LPRECT lprc, int dx, int dy) |
| BOOL | WinSetRect (LPRECT lprc, int xLeft, int yTop, int xRight, int yBottom) |
| int | WinIntersectRect (RECT *out, const RECT *in1, const RECT *in2) |
| void | WinUnionRect (RECT *out, const RECT *in1, const RECT *in2) |
| void * | GlobalLock (HANDLE h) |
| int | GlobalSize (HANDLE h) |
| void | GlobalUnlock (HANDLE h) |
| void | GlobalFree (HANDLE h) |
| HANDLE | GlobalAlloc (int flags, int sz) |
| char * | lstrcpyn (char *dest, const char *src, int l) |
| static int | libkeycomp (void **p1, void **p2) |
| static WDL_AssocArray< void *, SWELL_HINSTANCE * > | s_loadedLibs (libkeycomp) |
| HINSTANCE | LoadLibrary (const char *fn) |
| void * | SWELLAPI_GetFunc (const char *name) |
| HINSTANCE | LoadLibraryGlobals (const char *fn, bool symbolsAsGlobals) |
| void * | GetProcAddress (HINSTANCE hInst, const char *procName) |
| BOOL | FreeLibrary (HINSTANCE hInst) |
| void * | SWELL_GetBundle (HINSTANCE hInst) |
| DWORD | GetModuleFileName (HINSTANCE hInst, char *fn, DWORD nSize) |
| bool | SWELL_GenerateGUID (void *g) |
| void | GetTempPath (int bufsz, char *buf) |
| void * | SWELL_ExtendedAPI (const char *key, void *v) |