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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401276
This commit is contained in:
Sam Lantinga 2006-01-26 08:45:51 +00:00
parent 343205ba6d
commit 7f32320065

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>