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:
Moises Silva
2010-01-15 21:43:41 +00:00
parent d7018dcd5b
commit ac7c608620
22 changed files with 5097 additions and 5097 deletions

View File

@@ -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)