os.h: change elif _WIN32 to elif defined(_WIN32)
This symbol is only defined (with the value 1) when building
for the Windows target, so we need to ifdef, not if.
Signed-off-by:
Ralph Giles <giles@thaumas.net>
Showing
Please register or sign in to comment