mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
It's now possible to build each module individually (as a DLL).
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#define WIN32
|
||||
#ifndef WIN32
|
||||
# define WIN32
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <GL/gl.h>
|
||||
#elif defined(__APPLE__) || defined(__APPLE_CC__)
|
||||
|
||||
Reference in New Issue
Block a user