Removing dependency on PSAPI.DLL, and instead, load it when it's needed (and available) just for one EnumProcesses function.

tl;dr: This fixes Windows 95 support
This commit is contained in:
leilei-
2016-06-01 04:09:11 -04:00
parent ea9bdc0a68
commit 22d8f94415
3 changed files with 30 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
typedef unsigned int glIndex_t;
// Lousy hack
#define GLSL_POSTPROCESS 1
#define GLSL_POSTPROCESSING 1
#define GLSL_TEXTURES 1
#define GLSL_BACKEND 1