Changeset 4001502 in nscp for modules/SysTray/TrayIcon.cpp
- Timestamp:
- 10/03/07 23:34:40 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 4548d83
- Parents:
- 5b40546
- File:
-
- 1 edited
-
modules/SysTray/TrayIcon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/SysTray/TrayIcon.cpp
rdc65e35 r4001502 59 59 } 60 60 61 BOOL CALLBACK TrayIcon::InjectDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) { 61 /* 62 INT_PTR CALLBACK DialogProc( HWND hwndDlg, 63 UINT uMsg, 64 WPARAM wParam, 65 LPARAM lParam 66 ); 67 */ 68 INT_PTR CALLBACK TrayIcon::InjectDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) { 62 69 switch (uMsg) 63 70 {
Note: See TracChangeset
for help on using the changeset viewer.








