Changeset 1159 for trunk/dll/autoview.c
- Timestamp:
- Sep 5, 2008, 11:41:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1078 r1159 43 43 #include "errutil.h" // Dos_Error... 44 44 #include "strutil.h" // GetPString 45 #include "autoview.h" 46 #include "defview.h" // DefaultView 47 #include "valid.h" // IsBinary 45 48 #include "fm3dll.h" 46 49 … … 54 57 static CHAR stopflag; 55 58 static CHAR currfile[CCHMAXPATH]; 59 60 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments); 61 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type, 62 CHAR * data); 56 63 57 64 BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
Note:
See TracChangeset
for help on using the changeset viewer.