aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-04-28 15:15:40 +0100
committerGravatar gingerBill 2016-04-28 15:15:40 +0100
commit4e3e5ff12fccda5e12915d55eb0c06b19e0c7410 (patch)
treef24dcce6dd7515701c874183ec723cdad97bbc62
parentUpdate README.md (diff)
Linux Support
Maybe even OS X support. Yet to test though.
-rw-r--r--gb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gb.h b/gb.h
index 78116a2..19cb737 100644
--- a/gb.h
+++ b/gb.h
@@ -1,4 +1,4 @@
-/* gb.h - v0.06 - Ginger Bill's C Helper Library - public domain
+/* gb.h - v0.06a - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@@ -26,6 +26,7 @@ Conventions used:
Version History:
+ 0.06a - Linux Support
0.06 - Windows GCC Support and MSVC x86 Support
0.05b - Formatting
0.05a - Minor function name changes
@@ -181,7 +182,7 @@ extern "C" {
#include <windows.h>
#include <process.h>
#else
-#error Add OS Specific headers
+ #include <pthread.h>
#endif