]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Fix windows builds, add strip target for makefiles, update distro build makefiles...
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index 12cfb3e06863bce3090fb1900d3f7af47c6584c6..f6b9808657f272125381bc06cb6e9ab39ad619db 100644 (file)
--- a/util.c
+++ b/util.c
@@ -282,6 +282,10 @@ bool util_isatty(fs_file_t *file) {
     return false;
 }
 
     return false;
 }
 
+const char *util_tmpnam(char *str) {
+    return platform_tmpnam(str);
+}
+
 /*
  * A small noncryptographic PRNG based on:
  * http://burtleburtle.net/bob/rand/smallprng.html
 /*
  * A small noncryptographic PRNG based on:
  * http://burtleburtle.net/bob/rand/smallprng.html