summaryrefslogtreecommitdiff
path: root/include/epoxy/wgl.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-02-01 00:02:16 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-02-01 00:02:16 +0000
commit6973dd5db30057c66fd8db99c55917f671e5d380 (patch)
tree0b98d66cfce6c11e1ecf48289918fbdfd57e68e9 /include/epoxy/wgl.h
parent5bcc550a6c85e7db4a8564aa292113e32d9993f0 (diff)
downloadlibepoxy-6973dd5db30057c66fd8db99c55917f671e5d380.tar.gz
Add a fallback for missing stdbool.h
Older versions of the Microsoft Visual C compiler do not support C99 and do not have stdbool.h. Additionally, Epoxy is pretty much C89 compliant, and stdbool.h is part of C99. We can add a simple fallback for MSVC, in case we end up getting built with it.
Diffstat (limited to 'include/epoxy/wgl.h')
-rw-r--r--include/epoxy/wgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/epoxy/wgl.h b/include/epoxy/wgl.h
index 84d26ac..503f899 100644
--- a/include/epoxy/wgl.h
+++ b/include/epoxy/wgl.h
@@ -30,7 +30,6 @@
#ifndef EPOXY_WGL_H
#define EPOXY_WGL_H
-#include <stdbool.h>
#include <windows.h>
#include "epoxy/common.h"