diff --git a/mozilla/extensions/wallet/src/wallet.cpp b/mozilla/extensions/wallet/src/wallet.cpp index bb94d0e99ad..d8f66200fac 100644 --- a/mozilla/extensions/wallet/src/wallet.cpp +++ b/mozilla/extensions/wallet/src/wallet.cpp @@ -17,6 +17,7 @@ * Netscape Communications Corporation. All Rights Reserved. */ +#ifdef ClientWallet /* wallet.cpp @@ -1974,3 +1975,5 @@ WLLT_Capture(nsIDocument* doc, nsString field, nsString value) { } } } + +#endif \ No newline at end of file