bug 415918 - fix version info on mozcrt19.dll. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@247109 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
069d459252
commit
320928449f
@ -17,6 +17,26 @@ diff -re crt/src/crt0.c crt-sp1/src/crt0.c
|
|||||||
101a
|
101a
|
||||||
extern BOOL malloc_init_hard(void);
|
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
|
diff -re crt/src/crt0dat.c crt-sp1/src/crt0dat.c
|
||||||
789d
|
789d
|
||||||
778d
|
778d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user