Skip to content
Snippets Groups Projects

Migrate from MinGW to mingw-w64

Merged Oliver Behnke requested to merge win64 into master
6 files
+ 40
140
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 0
11
--- SDL_sysevents.c 2009-04-17 17:18:07.000000000 +0200
+++ SDL_sysevents.c.new 2009-04-17 17:14:41.000000000 +0200
@@ -799,7 +799,7 @@
#define CS_BYTEALIGNCLIENT 0
#endif
if ( ! name && ! SDL_Appname ) {
- name = "SDL_app";
+ name = "BOINC_app";
SDL_Appstyle = CS_BYTEALIGNCLIENT;
SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
}
Loading