HomeSort by relevance Sort by last modified time
    Searched defs:DECLSPEC_ADDRSAFE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
specstrings.h 318 #ifndef DECLSPEC_ADDRSAFE
320 #define DECLSPEC_ADDRSAFE __declspec(address_safe)
322 #define DECLSPEC_ADDRSAFE
324 #endif /* DECLSPEC_ADDRSAFE */
ntdef.h 194 #ifndef DECLSPEC_ADDRSAFE
196 #define DECLSPEC_ADDRSAFE __declspec(address_safe)
198 #define DECLSPEC_ADDRSAFE
200 #endif /* DECLSPEC_ADDRSAFE */
210 #define NTSYSCALLAPI DECLSPEC_ADDRSAFE

Completed in 190 milliseconds