Skip to content

Commit

Permalink
Can login.
Browse files Browse the repository at this point in the history
  • Loading branch information
yubik9 committed Jan 17, 2013
1 parent 8afe862 commit f2d3207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gmsv/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@
#ifdef _SA80
//#define _TEST
#ifndef _TEST
#define _DEFAULT_PKEY "upupupupp" // ( 石器 8.0 )
#define _RUNNING_KEY "20080124" // ( 石器 8.0 )
#define _DEFAULT_PKEY "www.longzoro.com" // ( 石器 8.0 )
#define _RUNNING_KEY "www.longzoro.com" // ( 石器 8.0 )
#define _SA_VERSION 'L'
#define _ITEM_TYPETABLE // (可开) Change 追加typetable
#define _RIGHTCLICK // Robin 滑鼠右键功能
Expand Down
2 changes: 1 addition & 1 deletion saac/sasql.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ int sasql_query(char *nm, char *pas){
sasql_close();
sasql_init();
printf("完成\n");
return 0;
return 1;
}
}

Expand Down

0 comments on commit f2d3207

Please sign in to comment.