Changeset 907 for trunk/dll/mkdir.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mkdir.c
r551 r907 1 #define INCL_DOS 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Make directory dialog 7 8 Copyright (c) 1993-97 M. Kimes 9 Copyright (c) 2004, 2007 Steven H.Levine 10 11 01 Aug 04 SHL Baseline 12 13 ***********************************************************************/ 14 15 #include <string.h> 16 #include <ctype.h> 17 2 18 #define INCL_DOSERRORS 3 19 #define INCL_WIN 4 5 #include <os2.h> 6 #include <stdarg.h> 7 #include <stdio.h> 8 #include <stdlib.h> 9 #include <string.h> 10 #include <ctype.h> 11 #include "fm3dll.h" 20 #define INCL_LONGLONG // dircnrs.h 21 12 22 #include "fm3dlg.h" 13 23 #include "fm3str.h" 24 #include "errutil.h" // Dos_Error... 25 #include "strutil.h" // GetPString 26 #include "fm3dll.h" 14 27 15 28 #pragma alloc_text(MKDIR,MassMkdir,SetDir,PMMkDir,SetTargetDir) … … 17 30 APIRET MassMkdir(HWND hwndClient, CHAR * dir) 18 31 { 19 20 32 APIRET last, was = 0; 21 33 CHAR *p;
Note:
See TracChangeset
for help on using the changeset viewer.