*** empty log message ***

This commit is contained in:
Sam Lantinga
2003-09-28 18:31:07 +00:00
parent f2c7d6a938
commit 7a8a6549fb

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__)