17 |
* along with WinPT; if not, write to the Free Software Foundation, |
* along with WinPT; if not, write to the Free Software Foundation, |
18 |
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
19 |
*/ |
*/ |
|
|
|
20 |
#include <windows.h> |
#include <windows.h> |
21 |
|
|
22 |
#include "../resource.h" |
#include "../resource.h" |
36 |
const char * s; |
const char * s; |
37 |
int n, len; |
int n, len; |
38 |
|
|
39 |
switch( msg ) { |
switch (msg) { |
40 |
case WM_INITDIALOG: |
case WM_INITDIALOG: |
41 |
hide = 1; |
hide = 1; |
42 |
pin = (struct pin_cb_ctx_s *)lparam; |
pin = (struct pin_cb_ctx_s *)lparam; |