From 00ddd9c8a41652d064bd8bf5938fca7504ba55ea Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sun, 4 Apr 1999 22:41:43 +0000 Subject: [PATCH] don't compile it if ClientWallet not defined git-svn-id: svn://10.0.0.236/trunk@26252 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/wallet/src/wallet.cpp | 3 +++ 1 file changed, 3 insertions(+) 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