]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/proplist.h
documented need to install ZIP handler
[wxWidgets.git] / samples / proplist / proplist.h
index 356681fab9607cf4d41f78077ab8fc42da85329d..a277b1c85f74208d505ca5d6aa683dae47128c10 100644 (file)
@@ -6,11 +6,11 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows license
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface "proplist.h"
+#if defined(__GNUG__) && !defined(__APPLE__)
+#pragma interface "proplist_sample.h"
 #endif
 
 #ifndef _PROPTEST_H_