Changeset 54
- Timestamp:
- 10/13/2007 11:12:19 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
EraserDll/Random.cpp (modified) (1 diff)
-
EraserDll/SecurityManager.cpp (modified) (1 diff)
-
EraserUI/FlatHeaderCtrl.cpp (modified) (1 diff)
-
EraserUI/FlatHeaderCtrl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/Random.cpp
r4 r54 474 474 475 475 if (status == ERROR_SUCCESS && 476 stricmp((const char*)szValue, RANDOM_NTWORKSTATION_TOKEN)) {476 _stricmp((const char*)szValue, RANDOM_NTWORKSTATION_TOKEN)) { 477 477 isNTWorkstation = false; 478 478 } -
trunk/EraserDll/SecurityManager.cpp
r20 r54 25 25 #include <vector> 26 26 #include <atlbase.h> 27 #include <atlcrypt.h>28 27 #include <atlsecurity.h> 29 28 #define REG_PROTECT_KEY "Software\\Heidi Computers Ltd\\Eraser\\PROTECT" -
trunk/EraserUI/FlatHeaderCtrl.cpp
r44 r54 792 792 } 793 793 794 UINT794 LRESULT 795 795 CFlatHeaderCtrl::OnNcHitTest(CPoint point) 796 796 { -
trunk/EraserUI/FlatHeaderCtrl.h
r27 r54 133 133 afx_msg LRESULT OnSetHotDivider(WPARAM wparam, LPARAM lparam); 134 134 afx_msg LRESULT OnLayout(WPARAM wparam, LPARAM lparam); 135 afx_msg UINT OnNcHitTest(CPoint point);135 afx_msg LRESULT OnNcHitTest(CPoint point); 136 136 afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); 137 137 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
Note: See TracChangeset
for help on using the changeset viewer.
