diff options
Diffstat (limited to 'src/ext/Sql/ca')
| -rw-r--r-- | src/ext/Sql/ca/precomp.h | 2 | ||||
| -rw-r--r-- | src/ext/Sql/ca/sqlca.vcxproj | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/ext/Sql/ca/precomp.h b/src/ext/Sql/ca/precomp.h index 266d543c..e92abdc5 100644 --- a/src/ext/Sql/ca/precomp.h +++ b/src/ext/Sql/ca/precomp.h | |||
| @@ -11,8 +11,6 @@ | |||
| 11 | 11 | ||
| 12 | #include <strsafe.h> | 12 | #include <strsafe.h> |
| 13 | 13 | ||
| 14 | #define MAXUINT USHRT_MAX | ||
| 15 | |||
| 16 | #include "wcautil.h" | 14 | #include "wcautil.h" |
| 17 | #include "fileutil.h" | 15 | #include "fileutil.h" |
| 18 | #include "memutil.h" | 16 | #include "memutil.h" |
diff --git a/src/ext/Sql/ca/sqlca.vcxproj b/src/ext/Sql/ca/sqlca.vcxproj index 18becc5f..01eae1fb 100644 --- a/src/ext/Sql/ca/sqlca.vcxproj +++ b/src/ext/Sql/ca/sqlca.vcxproj | |||
| @@ -73,10 +73,10 @@ | |||
| 73 | </ItemGroup> | 73 | </ItemGroup> |
| 74 | 74 | ||
| 75 | <ItemGroup> | 75 | <ItemGroup> |
| 76 | <PackageReference Include="WixToolset.Dutil" Version="4.0.65" /> | 76 | <PackageReference Include="WixToolset.Dutil" /> |
| 77 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | 77 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 78 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 78 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
| 79 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 79 | <PackageReference Include="GitInfo" /> |
| 80 | </ItemGroup> | 80 | </ItemGroup> |
| 81 | 81 | ||
| 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
