Fix build on Windows.

This commit is contained in:
Andrew Johnson
2010-05-18 16:10:07 -05:00
parent 6b64304570
commit 6eb36e1224

View File

@@ -47,7 +47,7 @@ typedef struct win32ThreadGlobal {
DWORD tlsIndexThreadLibraryEPICS;
} win32ThreadGlobal;
typedef struct win32ThreadParam {
typedef struct epicsThreadOSD {
ELLNODE node;
HANDLE handle;
EPICSTHREADFUNC funptr;