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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user