diff --git a/README.md b/README.md index 1db15bb..2117b39 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ ParadiSO comes with batteries included. However, it should be mentioned here: * [GLFW 3.3.8](https://github.com/glfw/glfw) * [GLAD](https://github.com/Dav1dde/glad) +## Contributors + +* [TimePlex](https://code.technotecture.net/Timeplex) \ No newline at end of file diff --git a/src/lib/src/renderer.cpp b/src/lib/src/renderer.cpp index 226e188..f3fc302 100644 --- a/src/lib/src/renderer.cpp +++ b/src/lib/src/renderer.cpp @@ -33,7 +33,10 @@ #include #include + +#if defined(_WIN32) #undef max +#endif namespace paradiso {