Loading...
Searching...
No Matches
Go to the documentation of this file.
24#if ! defined(_MSC_VER)
30#define strcasecmp _stricmp
31#define strncasecmp _strnicmp
32#define strtok_r strtok_s
33#define __thread __declspec(thread)
35#if defined(AS_SHARED_EXPORT)
36#define AS_EXTERN __declspec(dllexport)
37#elif defined(AS_SHARED_IMPORT)
38#define AS_EXTERN __declspec(dllimport)