Changeset 1211 for trunk/dll/notify.c
- Timestamp:
- Sep 13, 2008, 8:52:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r1188 r1211 28 28 #define INCL_LONGLONG // dircnrs.h 29 29 30 #include "fm3dll.h" 31 #include "collect.h" // Data declaration(s) 32 #include "grep.h" // Data declaration(s) 33 #include "notebook.h" // Data declaration(s) 34 #include "init.h" // Data declaration(s) 30 35 #include "fm3dlg.h" 31 36 #include "fm3str.h" … … 34 39 #include "notify.h" 35 40 #include "presparm.h" // SetPresParams 36 #include " fm3dll.h"41 #include "mainwnd.h" // Data declaration(s) 37 42 #include "wrappers.h" // xmalloc 38 43 #include "misc.h" // PostMsg … … 41 46 #pragma data_seg(DATA1) 42 47 48 // Data definitions 43 49 static PSZ pszSrcFile = __FILE__; 44 45 50 static volatile HWND hwndNotify; // 16 Apr 08 SHL 51 52 #pragma data_seg(GLOBAL1) 53 BOOL fThreadNotes; 46 54 47 55 VOID StartNotes(CHAR * s);
Note:
See TracChangeset
for help on using the changeset viewer.