André Gonçalves
Results
1
issues of
André Gonçalves
Update of boxer_win.cpp (Bug fix) ` #include #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include namespace boxer { namespace { UINT getIcon(Style style) { switch (style) { case Style::Info: return MB_ICONINFORMATION; case...