source: nscp/trunk/include/msvc_wrappers.h @ d2394a2

Last change on this file since d2394a2 was d2394a2, checked in by Michael Medin <michael@…>, 6 years ago

Minor build related changes for w64

  • Property mode set to 100644
File size: 131 bytes
RevLine 
[d2394a2]1#pragma once
2
3#if (_MSC_VER <= 1300)  // 1300 == VC++ 7.0
4#define strncpy_s(dst, dsz, src, ssz) strncpy(dst, src, ssz)
5#endif
Note: See TracBrowser for help on using the repository browser.