*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40726
This commit is contained in:
Sam Lantinga 2003-09-28 18:31:07 +00:00
parent da78b90b14
commit e78adbc226

View file

@ -29,7 +29,9 @@ static char rcsid =
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX /* Don't defined min() and max() */
#endif
#include <windows.h>
#endif
#if defined(__APPLE__) && defined(__MACH__)