mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix C linkage when using templates issue when building C++ modules in msvc that stems from including some windows header files inside of an extern C block, when building with C++.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2070 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#define END_EXTERN_C
|
||||
#endif
|
||||
|
||||
BEGIN_EXTERN_C
|
||||
|
||||
//Need to include this before any other includes (MSVC Bug)
|
||||
#include <switch_platform.h>
|
||||
@@ -75,7 +74,6 @@ BEGIN_EXTERN_C
|
||||
#include <switch_log.h>
|
||||
#include <switch_xml.h>
|
||||
|
||||
END_EXTERN_C
|
||||
|
||||
/** \mainpage FreeSWITCH
|
||||
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
|
||||
|
||||
Reference in New Issue
Block a user