diff options
author | jsorg71 <jsorg71> | 2005-01-17 03:59:31 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-01-17 03:59:31 +0000 |
commit | 750f55b6effd969fef6c8caec1956240908da23f (patch) | |
tree | 8c9960b6983b76e7a247abdf3eece70a3b11fd1c /common/os_calls.c | |
parent | cf3e17cb73984b093ac8e3138a6e3d98171c5253 (diff) | |
download | xrdp-proprietary-750f55b6effd969fef6c8caec1956240908da23f.tar.gz xrdp-proprietary-750f55b6effd969fef6c8caec1956240908da23f.zip |
added lib header and makefile
Diffstat (limited to 'common/os_calls.c')
-rw-r--r-- | common/os_calls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/os_calls.c b/common/os_calls.c index f13c30be..e6422b83 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -506,7 +506,9 @@ void g_set_term(int in_val) } /*****************************************************************************/ -#ifdef _WIN32 +#ifdef XRDP_LIB +/* this is so libxrdp don't require libpthread */ +#elif defined(_WIN32) int g_thread_create(unsigned long (__stdcall * start_routine)(void*), void* arg) { DWORD thread; |