main.c, collapse #ifdef

This commit is contained in:
rlar 2011-07-02 15:30:07 +00:00
parent 3d8d41108f
commit fbc83e52b0
1 changed files with 0 additions and 2 deletions

View File

@ -1151,10 +1151,8 @@ bot:
#if defined(HAS_WINDOWS) || defined(_MSC_VER) || defined(__MINGW32__)
char *tpf = NULL; /* temporary file */
char *dname = NULL; /* input file*/
#endif
/* tmpfile() returns NULL, if in MS Windows as non admin user
then we add a tempfile in the local directory */
#if defined(HAS_WINDOWS) || defined(_MSC_VER) || defined(__MINGW32__)
if (tempfile == NULL) {
tpf = smktemp("sp");
tempfile = fopen(tpf, "w+b");