]> pd.if.org Git - pdclib/blobdiff - platform/win32/internals/_PDCLIB_config.h
win32: L_tmpnam set to 260 (MAX_PATH)
[pdclib] / platform / win32 / internals / _PDCLIB_config.h
index 81e13a67ff8c1d4f996b7e5593bb351951c206f8..7caa7cbe062a12de2e0ee4f8bda607ff505baf9b 100644 (file)
@@ -349,7 +349,7 @@ typedef void * _PDCLIB_fd_t;
 #define _PDCLIB_FILENAME_MAX 128
 
 /* Maximum length of filenames generated by tmpnam(). (See tmpfile.c.) */
-#define _PDCLIB_L_tmpnam 46
+#define _PDCLIB_L_tmpnam 260
 
 /* Number of distinct file names that can be generated by tmpnam(). */
 #define _PDCLIB_TMP_MAX 50