Redundant define?

This commit is contained in:
Jaime Passos 2020-01-24 17:05:40 -03:00
parent 075ae996fa
commit bdc1594b07

View file

@ -55,7 +55,6 @@
#define DEGREE (0.017453292519943295769236907684883l) // 2*PI/360
void GL_DBG_Printf(const char *format, ...) /*FUNCPRINTF*/;
#define GL_DBG_Printf GL_DBG_Printf
#ifdef _WINDOWS
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);