]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/snglinst.h
fixed wxALL_FILES definition in Unicode build
[wxWidgets.git] / include / wx / snglinst.h
index 817e7d45fe67c7f8ad419e1cba28ec8ccad0d2f4..b940f3dd12d31dfad96f17f0433c1b16d8839979 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_SNGLINST_H_
 #define _WX_SNGLINST_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "snglinst.h"
 #endif
 
@@ -50,16 +50,7 @@ public:
 
     // is another copy of this program already running?
     bool IsAnotherRunning() const;
-    
-#ifdef __WXMSW__
-    // Activates Previous Instance if a window whose Title contains the search string is found
-    bool ActivatePrevInstance(const wxString & sSearch);
-    
-    // Activates Previous Instance and passes CommandLine to wxCommandLineEvent
-    // if a window with matching Title is found
-    bool PassCommandLineToPrevInstance(const wxString & sSearch, const wxString & sCmdLine);
-#endif
-    
+
     // dtor is not virtual, this class is not meant to be used polymorphically
     ~wxSingleInstanceChecker();