wxWidgets icon indicating copy to clipboard operation
wxWidgets copied to clipboard

Cross-Platform GUI Library - Report issues here: http://trac.wxwidgets.org/

Results 2 wxWidgets issues
Sort by recently updated
recently updated
newest added

I was getting a build error on my current mingw64 setup. `_get_doserrno` usage seems a little problematic. looking up the function online I came across the official Microsoft page https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/get-doserrno?view=msvc-160...

Typo in configure.in fixed and use errno instead of doserrno, the former is more compatible (no msvc dependency).