This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch windows-amd64
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit d2e7baabf82959e1a28c82b23f3bc32a777a29d8
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Sat Jan 4 19:05:01 2025 +0200

    Add needed types for unixODBC on Win64.
    
    Patch by: me
---
 main/dbaccess/source/ui/dlg/odbcconfig.cxx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main/dbaccess/source/ui/dlg/odbcconfig.cxx 
b/main/dbaccess/source/ui/dlg/odbcconfig.cxx
index 3af17334e7..74fc890a7c 100644
--- a/main/dbaccess/source/ui/dlg/odbcconfig.cxx
+++ b/main/dbaccess/source/ui/dlg/odbcconfig.cxx
@@ -84,6 +84,10 @@
 #pragma warning(push)
 #pragma warning(disable: 4005)
 #endif
+#if _WIN64
+typedef long long INT64;
+typedef unsigned long long UINT64;
+#endif // _WIN64
 #endif // defined(WNT)
 
 #if defined(OS2)

Reply via email to