Ignore:
Timestamp:
Jan 15, 2003, 11:41:13 AM (23 years ago)
Author:
sandervl
Message:

PF: Updates for GCC builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/heapstring.h

    r7513 r9673  
    2020 * Prototypes                                                                *
    2121 *****************************************************************************/
     22#ifdef __cplusplus
     23extern "C" {
     24#endif
    2225
    2326int    WIN32API lstrlenA       (LPCSTR arg1);
     
    5861INT WIN32API LocalToWideChar(LPWSTR pWide, LPSTR pLocal, INT dwChars);
    5962
     63#ifdef __cplusplus
     64}
     65#endif
    6066
    6167/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.