Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
84330c27
Commit
84330c27
authored
Nov 13, 2018
by
Ronan
Browse files
fix(PlatformHelpers): avoid redefinition of windows symbols, do not include private.h in a header
parent
c6f5af0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
src/core/platform-helpers/platform-helpers.cpp
src/core/platform-helpers/platform-helpers.cpp
+4
-2
src/core/platform-helpers/platform-helpers.h
src/core/platform-helpers/platform-helpers.h
+2
-3
No files found.
src/core/platform-helpers/platform-helpers.cpp
View file @
84330c27
...
...
@@ -17,9 +17,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "platform-helpers.h"
#include "logger/logger.h"
#include "c-wrapper/c-wrapper.h"
#include "platform-helpers.h"
// TODO: Remove me.
#include "private.h"
// =============================================================================
...
...
src/core/platform-helpers/platform-helpers.h
View file @
84330c27
...
...
@@ -24,11 +24,10 @@
#include "linphone/utils/general.h"
// TODO: Remove me later.
#include "private.h"
// =============================================================================
typedef
struct
belle_sip_source
belle_sip_source_t
;
L_DECL_C_STRUCT
(
LinphoneCore
);
LINPHONE_BEGIN_NAMESPACE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment