Skip to content

Commit

Permalink
Better compiler for Windows XP systems
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 26, 2014
1 parent 5d7562c commit d2fb8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_egl.c
Expand Up @@ -142,7 +142,7 @@ SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_displa
if (WIN_IsWindowsVistaOrGreater()) {
d3dcompiler = "d3dcompiler_46.dll";
} else {
d3dcompiler = "none";
d3dcompiler = "d3dcompiler_43.dll";
}
}
if (SDL_strcasecmp(d3dcompiler, "none") != 0) {
Expand Down

0 comments on commit d2fb8a2

Please sign in to comment.