mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
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:
parent
d08dfaab49
commit
8353f87bef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user