Browse Source
now all compiles under linux...need replacement for CONDITION_VARIABLE for win32
master
now all compiles under linux...need replacement for CONDITION_VARIABLE for win32
master
14 changed files with 77 additions and 28 deletions
-
2configure.ac
-
4include/scot/posix/thread.h
-
2include/scot/stream.h
-
2include/scot/win32/scot_types.h
-
6include/scot/win32/thread.h
-
9src/Makefile.am
-
2src/event_listener.c
-
2src/exception.c
-
14src/posix/thread.c
-
4src/stream.c
-
10src/stream_pool_base.c
-
4src/win32/stream_ctl.c
-
32src/win32/thread.c
-
10test/Makefile.am
@ -1,6 +1,6 @@ |
|||
#ifndef SCOT_TYPES_H |
|||
#define SCOT_TYPES_H |
|||
|
|||
#include <Windows.h> |
|||
#include <windows.h> |
|||
|
|||
#endif /* SCOT_TYPES_H */ |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue