X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..daebb84bff054d3833baca58a5dc506de56c64a1:/src/mac/classic/slider.cpp diff --git a/src/mac/classic/slider.cpp b/src/mac/classic/slider.cpp index 57d74bc8c4..361175dd9b 100644 --- a/src/mac/classic/slider.cpp +++ b/src/mac/classic/slider.cpp @@ -1,15 +1,19 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: slider.cpp +// Name: src/mac/classic/slider.cpp // Purpose: wxSlider // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/defs.h" +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif #if wxUSE_SLIDER