mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 19:51:40 -05:00
Who'd have thought that Windows CE wouldn't have the environment APIs?
This commit is contained in:
parent
b71dc0c0cb
commit
e2dfdc9cef
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user