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:
ted.mielczarek%gmail.com 2008-03-05 19:09:52 +00:00
parent 069d459252
commit 320928449f

View File

@ -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