*** empty log message ***
git-svn-id: svn://10.65.10.50/trunk@11907 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
475f496b23
commit
50af5d8a5a
@ -125,6 +125,7 @@ bool OsLinux_SL_Crypt(unsigned short* data)
|
|||||||
|
|
||||||
bool OsLinux_SL_Login(const unsigned char* label, const unsigned char* password)
|
bool OsLinux_SL_Login(const unsigned char* label, const unsigned char* password)
|
||||||
{
|
{
|
||||||
|
memset(&skey, 0, sizeof(SKEY_DATA));
|
||||||
skey.command = LOCATING_MODE;
|
skey.command = LOCATING_MODE;
|
||||||
skey.status = ST_HW_FAILURE; // Don't leave ST_OK = 0 here!
|
skey.status = ST_HW_FAILURE; // Don't leave ST_OK = 0 here!
|
||||||
memcpy(skey.label, label, strlen((const char*)label));
|
memcpy(skey.label, label, strlen((const char*)label));
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#define _LARGE_FILES
|
#define _LARGE_FILES
|
||||||
#define __WXGTK__
|
#define __WXGTK__
|
||||||
#define GTK_NO_CHECK_CASTS
|
#define GTK_NO_CHECK_CASTS
|
||||||
|
#define _IODBC
|
||||||
#include <wx/wx.h>
|
#include <wx/wx.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user