Parent Directory
|
Revision Log
|
Patch
revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC | revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | #include <windows.h> | #include <windows.h> |
22 | #include <commctrl.h> | #include <commctrl.h> |
23 | ||
24 | #include "gpgme.h" | |
25 | #include "../resource.h" | #include "../resource.h" |
#include "wptGPG.h" /* for GpgmeRecipients */ | ||
26 | #include "wptCommonCtl.h" | #include "wptCommonCtl.h" |
27 | #include "wptContext.h" | #include "wptContext.h" |
28 | #include "wptDlgs.h" | #include "wptDlgs.h" |
29 | #include "wptTypes.h" | #include "wptTypes.h" |
30 | ||
31 | ||
32 | /* (common) Dialog box procedure to select a date. */ | |
33 | BOOL CALLBACK | BOOL CALLBACK |
34 | date_dlg_proc( HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam ) | date_dlg_proc (HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam) |
35 | { | { |
36 | static date_s * udd; | static date_s *udd; |
37 | ||
38 | switch( msg ) { | switch( msg ) { |
39 | case WM_INITDIALOG: | case WM_INITDIALOG: |
# | Line 63 date_dlg_proc( HWND dlg, UINT msg, WPARA | Line 64 date_dlg_proc( HWND dlg, UINT msg, WPARA |
64 | } | } |
65 | ||
66 | return FALSE; | return FALSE; |
67 | } /* date_dlg_proc */ | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |