opus/win32
Ralph Giles 662ae9bb18 Include process.h for _getpid on windows.
Previously the test programmes happened to link because _getpid
returns an int, which is the default prototype. Instead, include
the appropriate header to supply a real declaration, fixing the
associated warning.

I moved the getpid->_getpid define to the site of the header
inclusion to make clear what's going on, rather than have it
floating in win32/config.h.
2012-10-23 13:04:36 -07:00
..
config.h Include process.h for _getpid on windows. 2012-10-23 13:04:36 -07:00
genversion.bat genversion now adds the header comment to version.mk 2012-08-16 19:19:07 -04:00