Show
Ignore:
Timestamp:
02/20/09 12:58:33 (15 years ago)
Author:
smidl
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/libconfig/libconfig.h

    r248 r277  
    2828#endif /* __cplusplus */ 
    2929 
    30 #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 
    31 #if defined(LIBCONFIG_STATIC) 
    3230#define LIBCONFIG_API 
    33 #elif defined(LIBCONFIG_EXPORTS) 
    34 #define LIBCONFIG_API __declspec(dllexport) 
    35 #else /* ! LIBCONFIG_EXPORTS */ 
    36 #define LIBCONFIG_API __declspec(dllimport) 
    37 #endif /* LIBCONFIG_STATIC */ 
    38 #else /* ! WIN32 */ 
    39 #define LIBCONFIG_API 
    40 #endif /* WIN32 */ 
    4131 
    4232#include <stdio.h>