mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-09 09:05:51 +00:00
don't include on windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6865 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0f833ca28d
commit
aeadef31ee
@ -36,7 +36,9 @@
|
|||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <switch_version.h>
|
#include <switch_version.h>
|
||||||
#include "private/switch_core_pvt.h"
|
#include "private/switch_core_pvt.h"
|
||||||
|
#ifndef WIN32
|
||||||
#include <switch_private.h>
|
#include <switch_private.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
SWITCH_DECLARE_DATA switch_directories SWITCH_GLOBAL_dirs = { 0 };
|
SWITCH_DECLARE_DATA switch_directories SWITCH_GLOBAL_dirs = { 0 };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user