X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8795498cd9ec480873e88fccbb63b94be3eddb92..763b330106e9d3c9c198fc1b1cac4e1ca06c222f:/docs/latex/wx/tunicode.tex diff --git a/docs/latex/wx/tunicode.tex b/docs/latex/wx/tunicode.tex index 831458bbed..880a3f8da9 100644 --- a/docs/latex/wx/tunicode.tex +++ b/docs/latex/wx/tunicode.tex @@ -121,7 +121,7 @@ In wxWidgets, the code fragment from above should be written instead: What happens here? First of all, you see that there are no more {\tt \#ifdef}s at all. Instead, we define some types and macros which behave differently in -the Unicode and ANSI builds and allows us to avoid using conditional +the Unicode and ANSI builds and allow us to avoid using conditional compilation in the program itself. We have a {\tt wxChar} type which maps either on {\tt char} or {\tt wchar\_t}