#ifndef _NTSTRSAFE_H_INCLUDED_
// use the new secure crt functions if available
#ifndef NTSTRSAFE_USE_SECURE_CRT
#if defined(__GOT_SECURE_LIB__) && (__GOT_SECURE_LIB__ >= 200402L)
#define NTSTRSAFE_USE_SECURE_CRT 0
View code on GitHub
#ifndef _NTSTRSAFE_H_INCLUDED_
// use the new secure crt functions if available
#ifndef NTSTRSAFE_USE_SECURE_CRT
#if defined(__GOT_SECURE_LIB__) && (__GOT_SECURE_LIB__ >= 200402L)
// ...
#else
#define NTSTRSAFE_USE_SECURE_CRT 0
View code on GitHub
No description available.