Parent Directory
|
Revision Log
|
Patch
revision 67 by werner, Mon Oct 31 21:14:11 2005 UTC | revision 68 by twoaday, Sat Nov 5 12:00:55 2005 UTC | |
---|---|---|
# | Line 61 static DWORD WINAPI | Line 61 static DWORD WINAPI |
61 | keygen_cb_thread (void *opaque) | keygen_cb_thread (void *opaque) |
62 | { | { |
63 | DialogBoxParam (glob_hinst, (LPCSTR)IDD_WINPT_KEYPROG, | DialogBoxParam (glob_hinst, (LPCSTR)IDD_WINPT_KEYPROG, |
64 | GetActiveWindow (), keygen_cb_dlg_proc, NULL); | GetActiveWindow (), keygen_cb_dlg_proc, 0); |
65 | ExitThread (0); | ExitThread (0); |
66 | return 0; | return 0; |
67 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |