projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixing effects of my lack of English skills: GetImagesCount back to GetImageCount
[wxWidgets.git]
/
src
/
common
/
encconv.cpp
diff --git
a/src/common/encconv.cpp
b/src/common/encconv.cpp
index 7a288485d40f66f4dec86d84b28d5b939cce904f..a266d02c918e6a670dba6ab5efa357b0227d5b57 100644
(file)
--- a/
src/common/encconv.cpp
+++ b/
src/common/encconv.cpp
@@
-18,6
+18,8
@@
#pragma hdrstop
#endif
+#if wxUSE_FONTMAP
+
#include "wx/encconv.h"
#include <stdlib.h>
@@
-442,3
+444,5
@@
wxFontEncodingArray wxEncodingConverter::GetAllEquivalents(wxFontEncoding enc)
return arr;
}
+
+#endif // wxUSE_FONTMAP