[Ohrrpgce] SVN: teeemcee/11295 Don't ever use memcpy_s, etc, in MinGW-compiled code, the .exe will only
subversion at HamsterRepublic.com
subversion at HamsterRepublic.com
Sun Sep 1 08:04:31 PDT 2019
teeemcee
2019-09-01 08:04:31 -0700 (Sun, 01 Sep 2019)
315
Don't ever use memcpy_s, etc, in MinGW-compiled code, the .exe will only run on Vista+
I had misinterpreted the meaning of MINGW_HAS_SECURE_API, it doesn't indicate
that mingw has provided implementations of those *_s "secure" functions, it
indicates they are declared: it assumes you're targetting recent Windows.
---
U wip/config.h
More information about the Ohrrpgce
mailing list