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 5bd8f24dc39ce5e1f844c83680dbecd9f1e51aff
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Fri Jan 3 06:36:10 2025 +0200

    For now, only build the StarBasic "DLL manager" on Win32.
    Other architectures and operating systems were never supported.
    
    Patch by: me
---
 main/basic/source/runtime/dllmgr.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/basic/source/runtime/dllmgr.cxx 
b/main/basic/source/runtime/dllmgr.cxx
index 466ab1d6f6..e9830704ec 100644
--- a/main/basic/source/runtime/dllmgr.cxx
+++ b/main/basic/source/runtime/dllmgr.cxx
@@ -60,7 +60,7 @@
    variables accordingly.
 */
 
-#if defined WNT // only 32-bit Windows, actually
+#if defined WNT && defined INTEL
 
 extern "C" {
 

Reply via email to