mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Never underestimate the brute force approach to make a build succeed after changes in other platforms.
This commit is contained in:
parent
c90d9d4547
commit
3ae049affd
@ -88,6 +88,7 @@
|
||||
<ClCompile Include="..\..\..\src\jrd\jrd.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\JrdStatement.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\lck.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\Mapping.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\mov.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\nbak.cpp" />
|
||||
<ClCompile Include="..\..\..\src\jrd\nodebug.cpp" />
|
||||
@ -262,6 +263,7 @@
|
||||
<ClInclude Include="..\..\..\src\jrd\lck_proto.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\license.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\lls.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\Mapping.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\met.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\met_proto.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\mov_proto.h" />
|
||||
|
@ -453,6 +453,9 @@
|
||||
<ClCompile Include="..\..\..\src\jrd\Routine.cpp">
|
||||
<Filter>JRD files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\jrd\Mapping.cpp">
|
||||
<Filter>JRD files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\jrd\recsrc\RecordSource.h">
|
||||
@ -977,6 +980,9 @@
|
||||
<ClInclude Include="..\..\..\src\dsql\BlrDebugWriter.h">
|
||||
<Filter>Header files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\jrd\Mapping.h">
|
||||
<Filter>Header files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\src\dsql\DdlNodes.epp">
|
||||
|
@ -49,6 +49,11 @@
|
||||
#include "../jrd/ini.h"
|
||||
#include "gen/ids.h"
|
||||
|
||||
#ifdef WIN_NT
|
||||
#include <process.h>
|
||||
#define getpid _getpid
|
||||
#endif
|
||||
|
||||
#define MAP_DEBUG(A) A
|
||||
|
||||
using namespace Firebird;
|
||||
|
Loading…
Reference in New Issue
Block a user