mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
- HRESULT was unsigned which means that until now all usages of the SUCCEDED(hr) and FAILED(hr) macros never detected any errors - Also fixed the (unused) SCODE typedef - Added new ctest TestTypes