summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortwinaphex2018-04-20 19:03:55 +0200
committertwinaphex2018-04-20 19:03:55 +0200
commitf1e7b6b3394c66860b810804aac45be24bd31dbf (patch)
treeb0a7093d37931935113b8a4f41111511f6814f1f /src
parent94cd260f105dd7d6470260e6822df997580b196f (diff)
downloadsnes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.gz
snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.bz2
snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.zip
Don't use stdbool.h anymore
Diffstat (limited to 'src')
-rw-r--r--src/port.h2
-rw-r--r--src/rops.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index d1ac9f2..7ef9a13 100644
--- a/src/port.h
+++ b/src/port.h
@@ -61,7 +61,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
#include <stdint.h>
#include <limits.h>
#include <string.h>
-#include <stdbool.h>
+#include <boolean.h>
//Types Defined
typedef uint8_t bool8;
diff --git a/src/rops.h b/src/rops.h
index 4f008b3..6ba7279 100644
--- a/src/rops.h
+++ b/src/rops.h
@@ -1,7 +1,7 @@
#ifndef __ROPS_H__
#define __ROPS_H__
-#include "stdbool.h"
+#include <boolean.h>
/*
Raster Operations macros