vita-toolchain-public.h (211B)
1 #ifndef VITA_TOOLCHAIN_PUBLIC 2 #if (defined(_WIN32) || defined(__CYGWIN__)) && defined(VITA_TOOLCHAIN_SHARED) 3 #define VITA_TOOLCHAIN_PUBLIC __declspec(dllimport) 4 #else 5 #define VITA_TOOLCHAIN_PUBLIC 6 #endif 7 #endif