X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Finternals%2F_PDCLIB_config.h;fp=platform%2Fwin32%2Finternals%2F_PDCLIB_config.h;h=7caa7cbe062a12de2e0ee4f8bda607ff505baf9b;hp=81e13a67ff8c1d4f996b7e5593bb351951c206f8;hb=d2d5fb69f50cddf5a00eed17d35f8dc03c2431e8;hpb=1755b59a8885757e3ceab7da3a35f7803905694c diff --git a/platform/win32/internals/_PDCLIB_config.h b/platform/win32/internals/_PDCLIB_config.h index 81e13a6..7caa7cb 100644 --- a/platform/win32/internals/_PDCLIB_config.h +++ b/platform/win32/internals/_PDCLIB_config.h @@ -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