disable use of #pragma interface under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 31 Aug 2002 22:31:03 +0000 (22:31 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 31 Aug 2002 22:31:03 +0000 (22:31 +0000)
commit788233da909b0f6bc684a99200c614e3dee2aa20
treefb2d39c9999029a6b4d6f7d38780229557d504ea
parent6c5672c0d441a8c8f1802262ca2583bd0c496d78
disable use of #pragma interface under Mac OS X
GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer
Tools update contain a bug concerning #pragma interface handling that can only
be worked around by not using them (and they are not necessary anyways)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
samples/artprov/artbrows.h
samples/calendar/calendar.cpp
samples/drawing/drawing.cpp
samples/dynamic/dynamic.cpp
samples/erase/erase.cpp
samples/event/event.cpp
samples/exec/exec.cpp
samples/html/about/about.cpp
samples/html/help/help.cpp
samples/html/helpview/helpview.cpp
samples/html/test/test.cpp
samples/html/virtual/virtual.cpp
samples/html/widget/widget.cpp
samples/html/zip/zip.cpp
samples/internat/internat.cpp
samples/opengl/cube/cube.cpp
samples/png/pngdemo.h
samples/printing/printing.h
samples/proplist/proplist.h
samples/propsize/propsize.cpp
samples/sockets/client.cpp
samples/sockets/server.cpp
samples/statbar/statbar.cpp
samples/taskbar/tbtest.cpp
samples/typetest/typetest.h
samples/wizard/wizard.cpp