Add extern "C" to definitions of four win32_ functions
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 17:27:07 +0000 (18:27 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 17:27:07 +0000 (18:27 +0100)
commit73f2c082cce3e45af05f993af5e9294bb30e6ee5
tree24664733c44ddc630c61def90d2a83e94aa66250
parent0334a26770c8f67919793a1de2e9255c85665e5f
Add extern "C" to definitions of four win32_ functions

This makes them match their declarations in perlhost.h, which fixes linker
errors when linking perl5XX.dll in a C++ build with VC.
win32/perlhost.h
win32/win32.c