X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91a3623fc32f7a2550ee0b187ce21d1376119508..2bf584370bc0c7a2fef2b4d2fd2cfef8aa31d55f:/src/os2/utilsgui.cpp diff --git a/src/os2/utilsgui.cpp b/src/os2/utilsgui.cpp index b2d3455640..4bcf41183d 100644 --- a/src/os2/utilsgui.cpp +++ b/src/os2/utilsgui.cpp @@ -32,7 +32,6 @@ #endif //WX_PRECOMP #include "wx/apptrait.h" -#include "wx/platinfo.h" #include "wx/os2/private.h" // includes @@ -440,7 +439,8 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab) wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const { - // TODO: how to get version of PM ? + // How to get version of PM ? I guess, just reusing the OS version is OK. + (void) wxGetOsVersion(verMaj, verMin); return wxPORT_OS2; }