bug 415918 - fix version info on mozcrt19.dll. r=bsmedberg

This commit is contained in:
ted.mielczarek@gmail.com 2008-03-05 11:09:52 -08:00
Родитель 974bed2b16
Коммит 39be3999c2
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

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