FreeRDP/include
Bernhard Miklautz ff11057d49 gdi: fix problem with gdi_SelectObject check(s)
When a hdc is created no initial or default objects are created
therefore can the first call of gdi_SelectObject return NULL.
Because of this checking the return value of  gdi_SelectObject failed
for newly create hdc causing errors (disconnects).

Since all types of HGDIOBJECT are handled and the return value of
gdi_SelectObject isn't used the recently added checks were removed
again.
2015-04-26 22:28:49 +02:00
..
freerdp gdi: fix problem with gdi_SelectObject check(s) 2015-04-26 22:28:49 +02:00
CMakeLists.txt libfreerdp-rail: remove 2014-11-12 19:51:17 -05:00