Ignore:
Timestamp:
Oct 21, 2011, 4:35:07 PM (14 years ago)
Author:
dmik
Message:

Get rid of DLLENTRYPOINT_CCONV and DLLENTRYPOINT_NAME.

File:
1 edited

Legend:

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

    r21654 r21727  
    33
    44#if (defined(__IBMCPP__) || defined(__IBMC__) || defined(__INNOTEK_LIBC__))
    5 
    6 #define DLLENTRYPOINT_CCONV SYSTEM
    7 #define DLLENTRYPOINT_NAME  _DLL_InitTerm
    85
    96#ifdef __cplusplus
     
    5754#elif defined(__WATCOMC__)
    5855
    59 #define DLLENTRYPOINT_CCONV APIENTRY
    60 #define DLLENTRYPOINT_NAME  LibMain
     56#define _DLL_InitTerm LibMain
    6157
    6258#define ctordtorInit()
Note: See TracChangeset for help on using the changeset viewer.