]> git.saurik.com Git - wxWidgets.git/blame - src/stc/PlatWX.h
Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.
[wxWidgets.git] / src / stc / PlatWX.h
CommitLineData
1a2fb4cd
RD
1
2
3
4
5wxRect wxRectFromPRectangle(PRectangle prc);
6PRectangle PRectangleFromwxRect(wxRect rc);
9b01abb8 7wxColour wxColourFromCD(const ColourDesired& ca);
1a2fb4cd 8