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
parent d08dfaab49
commit 8353f87bef

View File

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