win32: warn people about using undeclared WINAPI functions
commit0e43f3aef401f87030a540646f061b025a5a130b
authorgrischka <grischka>
Sun, 6 Apr 2014 08:59:40 +0000 (6 10:59 +0200)
committergrischka <grischka>
Sun, 6 Apr 2014 08:59:40 +0000 (6 10:59 +0200)
tree65af4f591d487ad013f40104b8b3ad3d89b6e7ff
parent6a947d9d2610723db3f46bcae4f35d5d5c572f89
win32: warn people about using undeclared WINAPI functions

*** UNCONDITIONALLY ***

Esp. sihce tinycc winapi headers are not as complete as people might
expect this can otherwise lead to obscure problems that are difficult
to debug.

(Originally 'warn_implicit_function_declaration' was set to 1
always for windows but someone must have deleted that line)
tccgen.c