8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Fixed the POSIX build

This commit is contained in:
asfernandes 2009-02-19 22:32:09 +00:00
parent 13cbdbced8
commit ccb477aa9a
2 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,8 @@
*
*/
#ifdef WIN_NT
#include "../common/dllinst.h"
namespace Firebird {
@ -32,4 +34,6 @@ namespace Firebird {
HINSTANCE hDllInst = 0;
bool bEmbedded = false;
} // namespace
} // namespace
#endif // WIN_NT

View File

@ -28,6 +28,8 @@
#ifndef FB_DLL_INST
#define FB_DLL_INST
#ifdef WIN_NT
#include <windows.h>
namespace Firebird {
@ -37,4 +39,6 @@ extern bool bEmbedded;
} // namespace
#endif // WIN_NT
#endif // FB_DLL_INST