Ignore:
Timestamp:
Sep 3, 2007, 12:46:37 AM (18 years ago)
Author:
bird
Message:

fixed the testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/testcase/tstExeMainStub.c

    r2878 r3584  
    3131#include "tst.h"
    3232
    33 #ifdef __OS2__
     33#if K_OS == K_OS_OS2
    3434# define INCL_BASE
    3535# include <os2.h>
    3636
    37 #elif defined(__WIN__)
     37#elif K_OS == K_OS_WINDOWS
    3838/* nothing */
    3939
    40 #elif defined(__NT__)
     40#elif K_OS == K_OS_NT
    4141# include <ddk/ntapi.h> /** @todo fix the nt port. */
    4242
     
    4949
    5050
    51 #ifdef __OS2__
     51#if K_OS == K_OS_OS2
    5252/**
    5353 * OS/2 'main'.
     
    6060}
    6161
    62 #elif defined(__WIN__)
     62#elif K_OS == K_OS_WINDOWS
    6363/**
    6464 * Windows'main'
     
    7171}
    7272
    73 #elif defined(__NT__)
     73#elif K_OS == K_OS_NT
    7474/**
    7575 * Windows NT 'main'
Note: See TracChangeset for help on using the changeset viewer.