diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-02 22:11:57 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-02 22:11:57 -0300 |
commit | 3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa (patch) | |
tree | adf9344f54ffc5f03b23266742f13faf4954e15a /Project/OpenGLText.h | |
parent | 113a35d0fe8938973fa1c100b77f456ed250e61b (diff) | |
download | PSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.tar.gz PSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.tar.xz PSP.git-3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa.zip |
Readaptation to non-msw compilers
Diffstat (limited to 'Project/OpenGLText.h')
-rw-r--r-- | Project/OpenGLText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h index 885782e..2ec7ab1 100644 --- a/Project/OpenGLText.h +++ b/Project/OpenGLText.h @@ -18,7 +18,9 @@ #ifndef OPENGLTEXT_H #define OPENGLTEXT_H +#ifdef _MSC_VER #include <windows.h> +#endif #include <GL/gl.h> #include <wx/dcmemory.h> #include <algorithm> |