You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/rdp
Pavel Roskin a452d8d36a Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.

INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
10 years ago
..
Makefile.am Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS 10 years ago
rdp.c copyright year update 13 years ago
rdp.h copyright year update 13 years ago
rdp_bitmap.c coverity: fixed missing break in switch 12 years ago
rdp_iso.c copyright year update 13 years ago
rdp_lic.c coverity: fixed missing break in switch 12 years ago
rdp_mcs.c Fix building outside the source tree 10 years ago
rdp_orders.c Run through codespell 10 years ago
rdp_rdp.c coverity: improper use of negative value 12 years ago
rdp_sec.c copyright year update 13 years ago
rdp_tcp.c rename g_tcp_can_recv to g_sck_can_recv 11 years ago