54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
#import "OFWriteFailedException.h"
#define bufferSize 4096
#ifdef OF_AMIGAOS
const char *version =
"$VER: ofarc " OF_PREPROCESSOR_STRINGIFY(OBJFW_VERSION_MAJOR) "."
OF_PREPROCESSOR_STRINGIFY(OBJFW_VERSION_MINOR)
" \xA9 2008-2025 Jonathan Schleifer";
#endif
#ifdef HAVE_TLS_SUPPORT
void
_reference_to_ObjFWTLS(void)
{
_ObjFWTLS_reference = 1;
|
|
|
|
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
#import "OFWriteFailedException.h"
#define bufferSize 4096
#ifdef OF_AMIGAOS
const char *version =
"$VER: ofarc " OF_PREPROCESSOR_STRINGIFY(OBJFW_VERSION_MAJOR) "."
OF_PREPROCESSOR_STRINGIFY(OBJFW_VERSION_MINOR) " (" BUILD_DATE ") "
"\xA9 2008-2025 Jonathan Schleifer";
#endif
#ifdef HAVE_TLS_SUPPORT
void
_reference_to_ObjFWTLS(void)
{
_ObjFWTLS_reference = 1;
|