Who'd have thought that Windows CE wouldn't have the environment APIs?

This commit is contained in:
Sam Lantinga 2006-01-26 08:45:51 +00:00
parent b71dc0c0cb
commit e2dfdc9cef

View File

@ -35,7 +35,7 @@ static char rcsid =
#ifdef NEED_SDL_GETENV
#ifdef WIN32
#if defined(WIN32) && !defined(_WIN32_WCE)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>