Changeset 259 for trunk


Ignore:
Timestamp:
02/18/10 12:51:48 (2 years ago)
Author:
mickem
Message:

it is apparently extern uppercase c and not lowercase c :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/nscapi/macros.hpp

    r258 r259  
    2323#define NSC_WRAPPERS_CHANNELS() \ 
    2424  extern "C" int NSHasNotificationHandler(); \ 
    25   extern "c" int NSHandleNotification(const wchar_t*, const wchar_t*, NSCAPI::nagiosReturn, const char*, unsigned int) 
     25  extern "C" int NSHandleNotification(const wchar_t*, const wchar_t*, NSCAPI::nagiosReturn, const char*, unsigned int); 
     26 
    2627////////////////////////////////////////////////////////////////////////// 
    2728// Logging calls for the core wrapper  
Note: See TracChangeset for help on using the changeset viewer.