2008-08-25 22:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbsetup.h
   * source/common/hbver.c
     - Removed HB_OS_MAC support. It was nothing more than a simple
       detection and a static version string, so we didn't lose much.
This commit is contained in:
Viktor Szakats
2008-08-25 20:36:31 +00:00
parent 709e84952d
commit 7eedaf89c6
3 changed files with 6 additions and 12 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-08-25 22:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbsetup.h
* source/common/hbver.c
- Removed HB_OS_MAC support. It was nothing more than a simple
detection and a static version string, so we didn't lose much.
2008-08-25 22:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_vcce.mak
! Attempt to fix /MANIFEST:NO warnings for MSVC 6.0.

View File

@@ -312,12 +312,6 @@
#endif
#endif
#ifndef HB_OS_MAC
#if defined(__MPW__)
#define HB_OS_MAC
#endif
#endif
#ifndef HB_OS_DARWIN
#if defined(__APPLE__)
#define HB_OS_DARWIN

View File

@@ -299,12 +299,6 @@ char * hb_verPlatform( void )
snprintf( pszPlatform, 256, "%s %s %s", un.sysname, un.release, un.machine );
}
#elif defined(HB_OS_MAC)
{
hb_strncpy( pszPlatform, "MacOS compatible", PLATFORM_BUF_SIZE );
}
#else
{