*** empty log message ***

git-svn-id: svn://10.65.10.50/trunk@11907 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2004-03-25 10:20:15 +00:00
parent 475f496b23
commit 50af5d8a5a
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ bool OsLinux_SL_Crypt(unsigned short* data)
bool OsLinux_SL_Login(const unsigned char* label, const unsigned char* password)
{
memset(&skey, 0, sizeof(SKEY_DATA));
skey.command = LOCATING_MODE;
skey.status = ST_HW_FAILURE; // Don't leave ST_OK = 0 here!
memcpy(skey.label, label, strlen((const char*)label));

View File

@ -17,6 +17,7 @@
#define _LARGE_FILES
#define __WXGTK__
#define GTK_NO_CHECK_CASTS
#define _IODBC
#include <wx/wx.h>
#endif