24 |
#endif |
#endif |
25 |
|
|
26 |
#include <windows.h> |
#include <windows.h> |
|
#include <windows.h> |
|
27 |
#include <commctrl.h> |
#include <commctrl.h> |
28 |
|
|
29 |
#include "resource.h" |
#include "resource.h" |
173 |
notify = (NMHDR *)lparam; |
notify = (NMHDR *)lparam; |
174 |
if( notify && notify->code == NM_DBLCLK |
if( notify && notify->code == NM_DBLCLK |
175 |
&& notify->idFrom == IDC_SIGN_KEYLIST ) |
&& notify->idFrom == IDC_SIGN_KEYLIST ) |
176 |
PostMessage( dlg, WM_COMMAND, MAKEWPARAM(IDOK, 0), NULL ); |
PostMessage (dlg, WM_COMMAND, MAKEWPARAM(IDOK, 0), 0); |
177 |
return TRUE; |
return TRUE; |
178 |
|
|
179 |
case WM_SYSCOMMAND: |
case WM_SYSCOMMAND: |