cahnged WIN32 define to _WIN32

This commit is contained in:
Nico Pietroni 2010-07-15 13:27:18 +00:00
parent 8451875482
commit 26709cae6c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ First Commit.
//#include <GL/glu.h>
#ifndef CALLBACK
#ifdef WIN32
#ifdef _WIN32
#define CALLBACK __stdcall
#else
#define CALLBACK