Changeset 1215 for trunk/dll/wrappers.c
- Timestamp:
- Sep 13, 2008, 8:54:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/wrappers.c
r1182 r1215 29 29 30 30 #include "fm3dll.h" 31 #include "init.h" // Data declaration(s) 31 32 #include "wrappers.h" 32 33 #include "fm3str.h" … … 40 41 #include "fortify.h" // GetPString 41 42 43 // Data definitions 42 44 static PSZ pszSrcFile = __FILE__; 45 46 #pragma data_seg(GLOBAL1) 47 BOOL fNoLargeFileSupport; 43 48 44 49 APIRET xDosFindFirst(PSZ pszFileSpec,
Note:
See TracChangeset
for help on using the changeset viewer.