зеркало из https://github.com/mozilla/gecko-dev.git
bug 415918 - fix version info on mozcrt19.dll. r=bsmedberg
This commit is contained in:
Родитель
974bed2b16
Коммит
39be3999c2
|
@ -17,6 +17,26 @@ diff -re crt/src/crt0.c crt-sp1/src/crt0.c
|
|||
101a
|
||||
extern BOOL malloc_init_hard(void);
|
||||
.
|
||||
diff -re crt/src/_sample_.rc crt-sp1/src/_sample_.rc
|
||||
41c
|
||||
VALUE "ProductName", "Mozilla Custom C Runtime"
|
||||
.
|
||||
39c
|
||||
VALUE "OriginalFilename", "MOZCRT19.DLL"
|
||||
.
|
||||
37c
|
||||
VALUE "OriginalFilename", "MOZCRT19D.DLL"
|
||||
.
|
||||
33c
|
||||
VALUE "InternalName", "MOZCRT19.DLL"
|
||||
.
|
||||
31c
|
||||
VALUE "InternalName", "MOZCRT19D.DLL"
|
||||
.
|
||||
27c
|
||||
VALUE "CompanyName", "Mozilla Foundation"
|
||||
.
|
||||
|
||||
diff -re crt/src/crt0dat.c crt-sp1/src/crt0dat.c
|
||||
789d
|
||||
778d
|
||||
|
|
Загрузка…
Ссылка в новой задаче