darling-libobjc2/constant_string.h

8 lines
170 B
C

#ifndef CONSTANT_STRING_CLASS
# ifdef GNUSTEP
# define CONSTANT_STRING_CLASS "NSConstantString"
# else
# define CONSTANT_STRING_CLASS "NXConstantString"
# endif
#endif