Ignore:
Timestamp:
Nov 12, 2006, 6:38:28 AM (19 years ago)
Author:
bird
Message:

Test all kLdrDyld apis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/testcase/tst.h

    r2841 r2870  
    4242#endif
    4343
     44#if defined(__OS2__)
     45# define MY_NAME(a) "_"##a
     46#else
     47# define MY_NAME(a) a
     48#endif
     49
    4450
    4551extern const char *g_pszName;
Note: See TracChangeset for help on using the changeset viewer.