mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
windows renaming to freetdm changes
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@977 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef OPENFTDM_H
|
||||
#define OPENFTDM_H
|
||||
#ifndef FREETDM_H
|
||||
#define FREETDM_H
|
||||
|
||||
|
||||
#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__)
|
||||
@@ -62,7 +62,7 @@
|
||||
#define FT_DECLARE(type) type __stdcall
|
||||
#define FT_DECLARE_NONSTD(type) type __cdecl
|
||||
#define FT_DECLARE_DATA
|
||||
#elif defined(OPENFTDM_EXPORTS)
|
||||
#elif defined(FREETDM_EXPORTS)
|
||||
#define FT_DECLARE(type) __declspec(dllexport) type __stdcall
|
||||
#define FT_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
|
||||
#define FT_DECLARE_DATA __declspec(dllexport)
|
||||
|
Reference in New Issue
Block a user