]> git.saurik.com Git - wxWidgets.git/commitdiff
Ifdefed m_server
authorJulian Smart <julian@anthemion.co.uk>
Mon, 9 Dec 2002 14:44:06 +0000 (14:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 9 Dec 2002 14:44:06 +0000 (14:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/helpview/src/helpview.cpp

index d16e92f0ff7e7b0ea57d382fa7c6675f709da1f7..e2515b785c3f723336847d866ad0a2d157be06fe 100644 (file)
@@ -71,7 +71,9 @@ bool hvApp::OnInit()
     bool hasWindowName = FALSE;
     bool createServer = FALSE;
        
     bool hasWindowName = FALSE;
     bool createServer = FALSE;
        
+#if hvUSE_IPC
     m_server = NULL;
     m_server = NULL;
+#endif
        
     // Help books are recognized by extension ".hhp" ".htb" or ".zip".
     // Service and window_name can occur anywhere in arguments,
        
     // Help books are recognized by extension ".hhp" ".htb" or ".zip".
     // Service and window_name can occur anywhere in arguments,