upgraded to xpdf-3.01pl1
[swftools.git] / pdf2swf / xpdf / gfile.h
index b433aeb..82f1d7a 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
-#include "./aconf.h"
 #if defined(WIN32)
 #  include <sys/stat.h>
 #  ifdef FPTEX
 #    include <win32lib.h>
 #  else
 #    include <windows.h>
-#    include <winbase.h>
 #  endif
 #elif defined(ACORN)
 #elif defined(MACOS)
@@ -60,9 +58,6 @@ extern GString *getHomeDir();
 // Get current directory.
 extern GString *getCurrentDir();
 
-/* create a temporary filename */
-char* mktmpname(char*ptr);
-
 // Append a file name to a path string.  <path> may be an empty
 // string, denoting the current directory).  Returns <path>.
 extern GString *appendToPath(GString *path, char *fileName);