Ignore:
Timestamp:
Nov 12, 2006, 7:57:52 AM (19 years ago)
Author:
bird
Message:

made tst-0 a bare program without any system dependencies (except on nt).

File:
1 edited

Legend:

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

    r2870 r2873  
    3333
    3434
    35 #if defined(__OS2__) || defined(__WIN__)
     35#if defined(__OS2__) || defined(__WIN__) || defined(__NT__)
    3636# define MY_EXPORT(type) __declspec(dllexport) type
    3737//# define MY_IMPORT(type) extern __declspec(dllimport) type
Note: See TracChangeset for help on using the changeset viewer.