summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-08 12:56:21 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-08 12:58:10 +0100
commit858c1002d105eba0d97ef544f68e185bc0c68285 (patch)
tree68533b51d5a61124719f20daf85e5b672397954f /3rdparty
parent6412c5e0763dc079312cd5c81cb077d0c393b2b4 (diff)
compile with latest bgfx,bx (nw)
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/compat/mingw/alloca.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/compat/mingw/alloca.h b/3rdparty/compat/mingw/alloca.h
new file mode 100644
index 00000000000..2cc6e9a5a4e
--- /dev/null
+++ b/3rdparty/compat/mingw/alloca.h
@@ -0,0 +1,6 @@
+#ifndef MINGW32_ALLOCA_H_HEADER_GUARD
+#define MINGW32_ALLOCA_H_HEADER_GUARD
+
+#include <malloc.h>
+
+#endif // MINGW32_ALLOCA_H_HEADER_GUARD