зеркало из https://github.com/mozilla/pjs.git
change hard coded version of messenger
This commit is contained in:
Родитель
7335c6ac51
Коммит
93f1130ea3
|
@ -38,10 +38,9 @@ char * XP_StripLine (char *) {return NULL;}
|
|||
XP_File XP_FileOpen (const char* name, XP_FileType type, const XP_FilePerm permissions) {return NULL;}
|
||||
int XP_Stat(const char * name, XP_StatStruct * outStat, XP_FileType type) {return 0;}
|
||||
int XP_FileTruncate(const char* name, XP_FileType type, int32 length) {return 0;}
|
||||
char * XP_AppVersion = "5.0 (Dogfood)";
|
||||
|
||||
char * XP_AppVersion = "5.0a0";
|
||||
|
||||
XP_BEGIN_PROTOS int XP_LocalZoneOffset() {return -480;} XP_END_PROTOS
|
||||
XP_BEGIN_PROTOS int XP_LocalZoneOffset() {return -480;} XP_END_PROTOS
|
||||
Bool XP_IsContextBusy(MWContext * context) {return PR_FALSE;}
|
||||
|
||||
const char * MSG_GetSpecialFolderName(int ) {return NULL;}
|
||||
|
|
Загрузка…
Ссылка в новой задаче