]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
#define HAVE_W32API_H for Cygwin/GCC 3.x, too.
[wxWidgets.git] / src / msw / snglinst.cpp
index ab93c3d66b5e224185e947ee7bd405bda81467d3..1593db966209f2083dd4bcc5a6691dc97c9969c2 100644 (file)
@@ -95,6 +95,8 @@ private:
 
     // the mutex handle, may be NULL
     HANDLE m_hMutex;
+
+    DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
 };
 
 // ============================================================================