mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fixed the POSIX build
This commit is contained in:
parent
13cbdbced8
commit
ccb477aa9a
@ -25,6 +25,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef WIN_NT
|
||||
|
||||
#include "../common/dllinst.h"
|
||||
|
||||
namespace Firebird {
|
||||
@ -33,3 +35,5 @@ HINSTANCE hDllInst = 0;
|
||||
bool bEmbedded = false;
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // WIN_NT
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user