Changeset 543 for branches/eraser6/Installer/Bootstrapper/Main.cpp
- Timestamp:
- 11/13/2008 12:32:28 PM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Installer/Bootstrapper/Main.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Bootstrapper/Main.cpp
r542 r543 176 176 177 177 std::map<HWND, MainWindow::WndProcData> MainWindow::OldWndProcs; 178 MainWindow::~MainWindow() 179 { 180 DestroyWindow(hWndStatusLbl); 181 DestroyWindow(hWndProgressBar); 182 DestroyWindow(hWndCancelBtn); 183 DestroyWindow(hWndPanel); 184 DestroyWindow(hWnd); 185 } 186 178 187 bool MainWindow::Create() 179 188 { … … 286 295 } 287 296 288 LRESULT MainWindow::WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam,297 LRESULT MainWindow::WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM /*lParam*/, 289 298 bool& handled) 290 299 { … … 297 306 break; 298 307 } 308 309 return 0; 299 310 } 300 311
Note: See TracChangeset
for help on using the changeset viewer.
