Ignore:
Timestamp:
Nov 18, 2006, 3:46:02 PM (19 years ago)
Author:
bird
Message:

Make testcase build

File:
1 edited

Legend:

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

    r2878 r2885  
    3535#if defined(__OS2__) || defined(__WIN__) || defined(__NT__)
    3636# define MY_EXPORT(type) __declspec(dllexport) type
    37 //# define MY_IMPORT(type) extern __declspec(dllimport) type
     37/*# define MY_IMPORT(type) extern __declspec(dllimport) type*/
    3838# define MY_IMPORT(type) extern type
    3939#else
     
    4343
    4444#if defined(__OS2__)
    45 # define MY_NAME(a) "_"##a
     45# define MY_NAME(a) "_" a
    4646#else
    4747# define MY_NAME(a) a
    4848#endif
    49 
    5049
    5150extern const char *g_pszName;
Note: See TracChangeset for help on using the changeset viewer.