Opened 14 years ago

Closed 13 years ago

#3327 closed defect (fixed)

inline not supported for c sources

Reported by: barendgehrels Owned by: tbonfort
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by tbonfort)

I'm compiling mapserver using MSVC 2005.

The lines 2601-2604 of file mapserver.h do not compile, because of the inline keyword which is (AFAIK) not applicable for C sources.

Removing the inline keyword helps the problem.

Change History (2)

comment:1 by sdlime, 14 years ago

Milestone: 6.0 release
Owner: changed from sdlime to tbonfort

Thomas: I think these are your additions to mapserver.h. Didn't check the 5.6 sources but it's probably there as well.

Steve

comment:2 by tbonfort, 13 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

the inline keywords have been removed (not sure when)

Note: See TracTickets for help on using tickets.