Changeset 689
- Timestamp:
- 12/2/2008 8:17:23 AM (4 years ago)
- Location:
- branches/erasershellext/cpp
- Files:
-
- 2 edited
-
dllmain.cpp (modified) (1 diff)
-
dllmain.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/erasershellext/cpp/dllmain.cpp
r683 r689 7 7 8 8 CEraserCtxMenuModule _AtlModule; 9 10 class CEraserCtxMenuApp : public CWinApp 11 { 12 public: 13 14 // Overrides 15 virtual BOOL InitInstance(); 16 virtual int ExitInstance(); 17 18 DECLARE_MESSAGE_MAP() 19 }; 9 CEraserCtxMenuApp theApp; 20 10 21 11 BEGIN_MESSAGE_MAP(CEraserCtxMenuApp, CWinApp) 22 12 END_MESSAGE_MAP() 23 24 CEraserCtxMenuApp theApp;25 13 26 14 BOOL CEraserCtxMenuApp::InitInstance() -
branches/erasershellext/cpp/dllmain.h
r441 r689 8 8 }; 9 9 10 extern class CEraserCtxMenuModule _AtlModule; 10 class CEraserCtxMenuApp : public CWinApp 11 { 12 public: 13 virtual BOOL InitInstance(); 14 virtual int ExitInstance(); 15 16 DECLARE_MESSAGE_MAP() 17 }; 18 19 extern CEraserCtxMenuModule _AtlModule; 20 extern CEraserCtxMenuApp theApp;
Note: See TracChangeset
for help on using the changeset viewer.
