summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-02 22:11:57 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-02 22:11:57 -0300
commit3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa (patch)
treeadf9344f54ffc5f03b23266742f13faf4954e15a /Project/Text.h
parent113a35d0fe8938973fa1c100b77f456ed250e61b (diff)
downloadPSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.tar.gz
PSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.tar.xz
PSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.zip
Readaptation to non-msw compilers
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 2f4c0ff..3fc1431 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -18,7 +18,9 @@
#ifndef TEXT_H
#define TEXT_H
+#ifdef _MSC_VER
#include <windows.h>
+#endif
#include <GL/gl.h>
#include <wx/dcmemory.h>