thread.h | thread.h | |||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
*************************************************************************** **/ | *************************************************************************** **/ | |||
#ifndef __LSCP_THREAD_H | #ifndef __LSCP_THREAD_H | |||
#define __LSCP_THREAD_H | #define __LSCP_THREAD_H | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#if (defined(_WIN32) || defined(__WIN32__)) | #if (defined(_WIN32) || defined(__WIN32__)) | |||
#if (!defined(WIN32)) | ||||
#define WIN32 | #define WIN32 | |||
#endif | #endif | |||
#endif | ||||
#if defined(WIN32) | #if defined(WIN32) | |||
#include <windows.h> | #include <windows.h> | |||
#else | #else | |||
#include <pthread.h> | #include <pthread.h> | |||
#endif | #endif | |||
#include "lscp/version.h" | #include "lscp/version.h" | |||
#if defined(__cplusplus) | #if defined(__cplusplus) | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||