mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 12:19:44 +00:00
8 lines
170 B
C
8 lines
170 B
C
#ifndef CONSTANT_STRING_CLASS
|
|
# ifdef GNUSTEP
|
|
# define CONSTANT_STRING_CLASS "NSConstantString"
|
|
# else
|
|
# define CONSTANT_STRING_CLASS "NXConstantString"
|
|
# endif
|
|
#endif
|