Ignore:
Timestamp:
10/03/07 23:34:40 (6 years ago)
Author:
Michael Medin <michael@…>
Children:
bf257a6
Parents:
d1dd484
Message:

Cleanup build enviornment a bit and updated to it builds on w64 (-regular expressions support (boost))
Fixed an issue with the nsclient-listener getting the wrong password

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/SysTray/TrayIcon.cpp

    r2172776 r2b180e0  
    5959} 
    6060 
    61 BOOL CALLBACK TrayIcon::InjectDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) { 
     61/* 
     62INT_PTR CALLBACK DialogProc(          HWND hwndDlg, 
     63    UINT uMsg, 
     64    WPARAM wParam, 
     65    LPARAM lParam 
     66); 
     67*/ 
     68INT_PTR CALLBACK TrayIcon::InjectDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) { 
    6269  switch (uMsg)  
    6370  { 
Note: See TracChangeset for help on using the changeset viewer.