Changeset d82ebd6 in nscp


Ignore:
Timestamp:
02/18/10 12:51:48 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
d161020
Parents:
b0e7ecf
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nscapi/macros.hpp

    rb0e7ecf rd82ebd6  
    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.