Ignore:
Timestamp:
Jul 16, 2010, 9:03:51 AM (15 years ago)
Author:
dmik
Message:

Fixed: RegisterLxDll() and friends are extern C.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r21381 r21393  
    2828typedef ULONG (* WIN32API WIN32DLLENTRY)(ULONG hInstance, ULONG reason, LPVOID reserved);
    2929typedef int (* WIN32API WINMAIN)(HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpCmdLine, int nShowCmd);
    30 
    31 #ifdef __cplusplus
    32 }
    33 #endif
    3430
    3531#ifdef __cplusplus
     
    8884VOID WIN32API EnableSEH();
    8985
     86#ifdef __cplusplus
     87}
    9088#endif
     89
     90#endif
Note: See TracChangeset for help on using the changeset viewer.