summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/llthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llthread.c b/src/llthread.c
index 27253e5..ac485e3 100644
--- a/src/llthread.c
+++ b/src/llthread.c
@@ -5,7 +5,7 @@
5#define LLTHREAD_VERSION_MAJOR 0 5#define LLTHREAD_VERSION_MAJOR 0
6#define LLTHREAD_VERSION_MINOR 1 6#define LLTHREAD_VERSION_MINOR 1
7#define LLTHREAD_VERSION_PATCH 0 7#define LLTHREAD_VERSION_PATCH 0
8#define LLTHREAD_VERSION_COMMENT "dev" 8#define LLTHREAD_VERSION_COMMENT ""
9 9
10#ifndef USE_PTHREAD 10#ifndef USE_PTHREAD
11# include <windows.h> 11# include <windows.h>