]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keysym2ucs.c
Fix engine not starting on Windows if linked against SDL > 2.0.5
[xonotic/darkplaces.git] / keysym2ucs.c
index 05ac8135ed06748d9682ba7491e5c2f5e8c2ef87..b755ea4cec4e15346325b9d482ae1bc2fd550593 100644 (file)
@@ -815,6 +815,7 @@ struct codepair {
   { 0x20ac, 0x20ac }, /*                    EuroSign € EURO SIGN */
 };
 
+extern long keysym2ucs(KeySym keysym); // LordHavoc: suppress warning just in this case, it's not worth having a header file for this...
 long keysym2ucs(KeySym keysym)
 {
     int min = 0;