Changeset 1208 for trunk/dll/grep.c
- Timestamp:
- Sep 13, 2008, 8:50:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1179 r1208 43 43 44 44 #include "fm3dll.h" 45 #include "notebook.h" // Data declaration(s) 46 #include "newview.h" // Data declarations 45 47 #include "fm3str.h" 46 48 #include "grep.h" … … 59 61 #include "misc.h" // PostMsg 60 62 #include "fortify.h" 61 62 #pragma data_seg(DATA2)63 64 static PSZ pszSrcFile = __FILE__;65 63 66 64 static VOID DoAllSubdirs(GREP *grep, … … 97 95 ((year%400)==0)) 98 96 97 // Data definitions 98 #pragma data_seg(DATA2) 99 static PSZ pszSrcFile = __FILE__; 99 100 static INT monthdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; 101 102 #pragma data_seg(GLOBAL1) 103 HWND hwndStatus; 104 100 105 101 106 ULONG SecsSince1980(FDATE *date, FTIME *time)
Note:
See TracChangeset
for help on using the changeset viewer.