X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30b641919c57447b3f63f9db7170d933a6516869..3a9a01661aa51c52b734b16abdceec2f905c5f25:/samples/proplist/proplist.h?ds=sidebyside diff --git a/samples/proplist/proplist.h b/samples/proplist/proplist.h index 356681fab9..a277b1c85f 100644 --- a/samples/proplist/proplist.h +++ b/samples/proplist/proplist.h @@ -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_