Hmmm. continued fixing on the windows app problem. Wouldn't build on my machine until I did this thing which will make morse angry. a:sar

This commit is contained in:
danm%netscape.com 1999-03-24 23:25:17 +00:00
Родитель bb4c1e7adc
Коммит 173eb77763
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -53,6 +53,12 @@
#include "nsIDocumentViewer.h"
#include "nsIDOMHTMLImageElement.h"
// with apologies: the methods this ifdef controls need to be defined
// to prevent a link problem
#ifndef ClientWallet
#define ClientWallet
#endif
#ifdef ClientWallet
#include "nsIWalletService.h"
static NS_DEFINE_IID(kIWalletServiceIID, NS_IWALLETSERVICE_IID);