Changeset 1209 for trunk/dll/killproc.c
- Timestamp:
- Sep 13, 2008, 8:51:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/killproc.c
r1188 r1209 34 34 35 35 #include "fm3dll.h" 36 #include "init.h" // Data declaration(s) 37 #include "notebook.h" // Data declaration(s) 38 #include "mainwnd.h" // Data declaration(s) 36 39 #include "fm3dlg.h" 37 40 #include "fm3str.h" … … 50 53 #include "fortify.h" 51 54 55 // Data definitions 52 56 #pragma data_seg(DATA2) 53 57 54 58 static PSZ pszSrcFile = __FILE__; 59 60 #pragma data_seg(GLOBAL1) 61 BOOL fUseQProcStat; 62 BOOL fUseQSysState; 63 PID mypid; 55 64 56 65 CHAR *GetDosPgmName(PID pid, CHAR * string)
Note:
See TracChangeset
for help on using the changeset viewer.