Borland #include hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,8 +22,12 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
// conversion tables, generated by scripts in $(WXWIN)/misc/unictabl:
|
||||||
|
#ifdef __BORLANDC__
|
||||||
|
#include "../common/unictabl.inc"
|
||||||
|
#else
|
||||||
#include "unictabl.inc"
|
#include "unictabl.inc"
|
||||||
// conversion tables, generated by scripts in $(WXWIN)/misc/unictabl
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static wxUint16 *GetEncTable(wxFontEncoding enc)
|
static wxUint16 *GetEncTable(wxFontEncoding enc)
|
||||||
|
Reference in New Issue
Block a user