VirtualBox

Changeset 20137 in vbox


Ignore:
Timestamp:
May 29, 2009 8:30:06 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47913
Message:

Solaris 10 builds again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp

    r19875 r20137  
    19651965    *pcbActual = g_completedActual;
    19661966}
    1967 
     1967#ifdef RT_OS_SOLARIS_10
     1968char XtStrings [] = "";
     1969_WidgetClassRec* applicationShellWidgetClass;
     1970char XtShellStrings [] = "";
     1971int XmbTextPropertyToTextList(
     1972    Display*            /* display */,
     1973    XTextProperty*      /* text_prop */,
     1974    char***             /* list_return */,
     1975    int*                /* count_return */
     1976)
     1977{
     1978  return 0;
     1979}
     1980#else
    19681981const char XtStrings [] = "";
    19691982_WidgetClassRec* applicationShellWidgetClass;
    19701983const char XtShellStrings [] = "";
     1984#endif
    19711985
    19721986#define MAX_BUF_SIZE 256
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