Compile gateway.c as C++

When C and C++ are mixed in a project, main() should be compiled
as C++ to ensure that all C++ static initializations are performed
properly. That may not be strictly true anymore, depending on the
used compiler and environment, but better to do that to be on the
safe side.
This commit is contained in:
Johan Wikman
2016-11-17 16:44:54 +02:00
parent 97b039689f
commit 4dbb68cbfe
2 changed files with 63 additions and 55 deletions

2789
server/core/gateway.cc Normal file

File diff suppressed because it is too large Load Diff