Parent Directory
|
Revision Log
|
Patch
revision 47 by werner, Mon Oct 31 14:04:59 2005 UTC | revision 185 by twoaday, Mon Mar 20 12:48:52 2006 UTC | |
---|---|---|
# | Line 24 | Line 24 |
24 | #endif | #endif |
25 | ||
26 | #include <stdio.h> | #include <stdio.h> |
#include <stdio.h> | ||
27 | #include <windows.h> | #include <windows.h> |
28 | ||
29 | #include "wptTypes.h" | #include "wptTypes.h" |
# | Line 45 card_cb_dlg_proc (HWND dlg, UINT msg, WP | Line 44 card_cb_dlg_proc (HWND dlg, UINT msg, WP |
44 | switch( msg ) { | switch( msg ) { |
45 | case WM_INITDIALOG: | case WM_INITDIALOG: |
46 | ctx = (struct card_cb_s *)lparam; | ctx = (struct card_cb_s *)lparam; |
47 | if( !ctx ) | if (!ctx) |
48 | BUG( NULL ); | BUG (NULL); |
49 | switch (ctx->code) { | switch (ctx->code) { |
50 | case CARD_CTL_INSERT: | case CARD_CTL_INSERT: |
51 | ShowWindow (GetDlgItem (dlg, IDC_CCTRL_VAL), FALSE); | ShowWindow (GetDlgItem (dlg, IDC_CCTRL_VAL), FALSE); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |