Ignore:
Timestamp:
Oct 2, 2007, 11:35:22 PM (18 years ago)
Author:
bird
Message:

Made it build on darwin - leaving a couple of things for later...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Bare/kHlpBareProcess.c

    r3573 r3594  
    3131#include <k/kHlpAssert.h>
    3232
    33 #if K_OS == K_OS_OS2
     33#if K_OS == K_OS_DARWIN
     34extern void kHlpSys_exit(int rc);
     35
     36#elif K_OS == K_OS_OS2
    3437# define INCL_BASE
    3538# define INCL_ERRORS
     
    5154    for (;;)
    5255    {
    53 #if K_OS == K_OS_OS2
     56#if K_OS == K_OS_DARWIN
     57        kHlpSys_exit(rc);
     58
     59#elif K_OS == K_OS_OS2
    5460        DosExit(EXIT_PROCESS, rc);
    5561
Note: See TracChangeset for help on using the changeset viewer.