resurrecting VC 5.0 build -- again

This commit is contained in:
dveditz%netscape.com 2000-04-19 02:36:21 +00:00
Родитель 5d31497c65
Коммит f55eb01c46
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -3,6 +3,9 @@
// Used by setuprsc.rc
//
#ifndef WINVER
#define WINVER 0x0400
#endif
#include "winresrc.h"
#define IDS_ERROR_DIALOG_CREATE 1

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

@ -3,6 +3,9 @@
// Used by uninstall.rc
//
#ifndef WINVER
#define WINVER 0x0400
#endif
#include "winresrc.h"
#define IDS_ERROR_DLL_LOAD 1