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/tstDllMainStub.c

    r2965 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# include <windows.h>
    3939
    40 #elif defined(__DARWIN__)
     40#elif K_OS == K_OS_DARWIN
    4141/* later */
    4242
     
    4646
    4747
    48 #ifdef __OS2__
     48#if K_OS == K_OS_OS2
    4949/**
    5050 * OS/2 DLL 'main'
     
    5555}
    5656
    57 #elif defined(__WIN__)
     57#elif K_OS == K_OS_WINDOWS
    5858
    5959/**
     
    6565}
    6666
    67 #elif defined(__DARWIN__)
     67#elif K_OS == K_OS_DARWIN
    6868/* later */
    6969
Note: See TracChangeset for help on using the changeset viewer.