]> Nishi Git Mirror - dataworks.git/commitdiff
add macos to supported tier
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 08:48:46 +0000 (08:48 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 08:48:46 +0000 (08:48 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@277 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Library/dataworks.c

index fbe0094778f9518d1976f68034f1872178ba111f..bc111ddb629b7525e885e5f7fa582be54a1f2661 100644 (file)
@@ -48,6 +48,8 @@ const char* dataworks_platform = "FreeBSD/"
 const char* dataworks_platform = "Linux/"
 #elif defined(__WATCOMC__)
 const char* dataworks_platform = "WatcomC/"
+#elif defined(__OSX__)
+const char* dataworks_platform = "MacOSX/"
 #else
 #undef SUPPORTED
 const char* dataworks_platform = "Unknown/"