mkdtemp.h
author anng888
Thu Dec 06 18:30:29 2007 +0000 (2007-12-06)
changeset 632 f4282e4db9f7
permissions -rwxr-xr-x
- Fixed Win32 start up crash as a result of "showing" the main window to
early when its previous state was maximized.
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif