Replace WIN32 with _WIN32 in cdt, cgraph, pathplan
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 30 Oct 2016 22:10:21 +0000 (23:10 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:37 +0000 (14:52 +0100)
commit74eed9c522bd3eb976b98886cc01da12dc29ffc1
treea065f50519f917f5b13868bfc0c061f2d4bf5013
parent57fea682709577b480efbd4d24cc57e3864cf6e2
Replace WIN32 with _WIN32 in cdt, cgraph, pathplan

WIN32 is defined by the user, _WIN32 is set by the compiler to indicate
the platform. It is better to use the latter.
This commit replaces WIN32 with _WIN32 in source and header files of
lib/cdt, lib/cgraph and lib/pathplan.
lib/cdt/cdt.h
lib/cgraph/io.c
lib/pathplan/pathutil.h
lib/pathplan/vis.h