X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d3a53745e168376dbbb6d541bb89bb9b9f1fd08..ea098413d0e9c3f794f43826137a636e229f26f9:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 7a072ae63d..111230d8de 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -4,9 +4,19 @@ // Robin Dunn // The License.txt file describes the conditions under which this software may be distributed. +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + + +#ifndef WX_PRECOMP +#endif // WX_PRECOMP + #include -#include "wx/wx.h" #include "wx/encconv.h" #include "wx/listctrl.h" #include "wx/mstream.h"