Clean up compat/mingw.c.
commitdfc991a98a22c8f440345ced7a906d90edf410dc
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 5 Dec 2007 18:35:00 +0000 (5 19:35 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 5 Dec 2007 18:35:00 +0000 (5 19:35 +0100)
treed38f36ef3f13de624593e736fbd869398578dc04
parent2bd3a118a7e1bb6c047300ca3e3c9c890175e22c
Clean up compat/mingw.c.

The PATH related functions are now static and can lose the mingw_ prefix.

path_lookup() no longer looks in the current directory, and it will now
actually return NULL. Previously, it returned the input program name
as a fallback.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
compat/mingw.c