don't compile it if ClientWallet not defined

git-svn-id: svn://10.0.0.236/trunk@26252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-04-04 22:41:43 +00:00
parent c1f71f5560
commit 00ddd9c8a4

View File

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