X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d92395d601fbc740b06299a42e7f6831d0feeba..739555e3218220043efa230cca8e44a91ae82d30:/demos/poem/wxpoem.cpp diff --git a/demos/poem/wxpoem.cpp b/demos/poem/wxpoem.cpp index ae41ff83cf..8a883d1543 100644 --- a/demos/poem/wxpoem.cpp +++ b/demos/poem/wxpoem.cpp @@ -255,7 +255,7 @@ void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y) { ch = -1; i ++; -#ifdef __WXMSW__ +#if defined(__WXMSW__) || defined(__WXMAC__) // Add another to skip the linefeed i ++; #endif