Changeset 907 for trunk/dll/seticon.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seticon.c
r793 r907 15 15 ***********************************************************************/ 16 16 17 #define INCL_DOS18 #define INCL_WIN19 #include <os2.h>20 21 #include <stdio.h>22 17 #include <stdlib.h> 23 18 #include <string.h> 24 #include <ctype.h>25 19 #include <share.h> 26 20 21 #define INCL_WIN 22 #define INCL_LONGLONG // dircnrs.h 23 24 #include "fm3dlg.h" 25 #include "errutil.h" // Dos_Error... 27 26 #include "fm3dll.h" 28 #include "fm3dlg.h"29 27 30 28 #pragma data_seg(DATA2)
Note:
See TracChangeset
for help on using the changeset viewer.