Ignore:
Timestamp:
Oct 25, 2011, 12:07:20 PM (14 years ago)
Author:
dmik
Message:

Proper EXPORT definition for GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/odin.h

    r21721 r21738  
    8181  #endif
    8282  #define CDECL     _cdecl
    83   #define EXPORT    _export
     83  #define EXPORT    __attribute__ ((dllexport))
    8484  #define WIN32API  __stdcall
    8585  #define WINAPI    __stdcall
Note: See TracChangeset for help on using the changeset viewer.