xrdp/neutrinordp
matt335672 8af430e197
Fix regression in using window message names (#2925)
FreeRDP defines macros WM_LBUTTONUP, WM_LBUTTONDOWN, WM_RBUTTONUP
and WM_RBUTTONDOWN. These conflict with the definitions we have in
xrdp_constants.h. Because the FreeRDP system includes followed the local
includes however, the compiler did not emit a diagnostic for this -
see gcc bug #16358.

This PR rearranges the includes for NeutrinoRDP so the macro
redefinitions are flagged by the compiler.
2024-01-31 19:06:59 -05:00
..
Makefile.am Split development option into separate things 2021-05-28 10:57:12 +01:00
xrdp-color.c Fix regression in using window message names (#2925) 2024-01-31 19:06:59 -05:00
xrdp-color.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
xrdp-neutrinordp.c Fix regression in using window message names (#2925) 2024-01-31 19:06:59 -05:00
xrdp-neutrinordp.h Fix regression in using window message names (#2925) 2024-01-31 19:06:59 -05:00