VirtualBox

Changeset 16392 in vbox for trunk


Ignore:
Timestamp:
Jan 29, 2009 10:58:38 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42241
Message:

XPCOM-darwin/amd64: Use nsLocalFileUnix.cpp instead of nsLocalFileOSX.cpp.

Location:
trunk/src/libs/xpcom18a4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r16391 r16392  
    10151015        xpcom/io/nsUnicharInputStream.cpp \
    10161016        xpcom/io/nsNativeCharsetUtils.cpp
    1017 VBox-xpcom-io_SOURCES.darwin = \
     1017VBox-xpcom-io_SOURCES.darwin.x86 = \
    10181018        xpcom/io/nsLocalFileOSX.cpp \
    10191019        xpcom/MoreFiles/FSCopyObject.c \
     
    10211021VBox-xpcom-io_SOURCES.l4 = \
    10221022        xpcom/io/nsLocalFileL4.cpp
    1023 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),)
     1023if1of ($(KBUILD_TARGET) $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), freebsd linux netbsd openbsd solaris darwin.amd64)
    10241024VBox-xpcom-io_SOURCES += \
    10251025        xpcom/io/nsLocalFileUnix.cpp
  • trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFile.h

    r1 r16392  
    3737 * ***** END LICENSE BLOCK *****
    3838 *
    39  * This Original Code has been modified by IBM Corporation. Modifications made by IBM 
     39 * This Original Code has been modified by IBM Corporation. Modifications made by IBM
    4040 * described herein are Copyright (c) International Business Machines Corporation, 2000.
    4141 * Modifications to Mozilla code or documentation identified per MPL Section 3.3
     
    7171#ifdef XP_WIN
    7272#include "nsLocalFileWin.h"
    73 #elif defined(XP_MACOSX)
     73#elif defined(XP_MACOSX) && (!defined(VBOX) || !defined(RT_ARCH_AMD64))
    7474#include "nsLocalFileOSX.h"
    7575#elif defined(XP_MAC)
     
    7878  /* Major hack attack!!! */
    7979#include "nsLocalFileL4.h"
    80 #elif defined(XP_UNIX) || defined(XP_BEOS)
     80#elif defined(XP_UNIX) || defined(XP_BEOS) || (defined(VBOX) && defined(XP_MACOSX))
    8181#include "nsLocalFileUnix.h"
    8282#elif defined(XP_OS2)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette