Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better compiler for Windows XP systems
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/SDL_egl.c
|
@@ -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) { |
|
|