1 2 3 4 5 6 7 8 9 10
#ifndef UNITY_STRING_H #define UNITY_STRING_H #if !UNITY_EXTERNAL_TOOL #if UNITY_WIN #include "Runtime/Allocator/MemoryMacros.h" #endif #endif #endif