I never learnt how to test stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4521 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4ccf715bb1
commit
b85672ddfa
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ void (APIENTRY myGLDEBUGPROCAMD)(GLenum source,
|
|||
GLvoid* userParam)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
#define OutputDebugString(s) puts(s)
|
||||
#define OutputDebugStringA(s) puts(s)
|
||||
#endif
|
||||
switch(type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue