VirtualBox

Changeset 28880 in vbox for trunk/src/VBox/Runtime/r3/darwin


Ignore:
Timestamp:
Apr 28, 2010 8:36:16 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60815
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp

    r28877 r28880  
    3434*******************************************************************************/
    3535#define LOG_GROUP RTLOGGROUP_PATH
     36#include <iprt/assert.h>
    3637#include <iprt/string.h>
    3738#include "internal/iprt.h"
     
    6465
    6566
    66 int rtPathFromNative(char **pszPath, const char *pszNativePath)
     67int rtPathFromNative(char **ppszPath, const char *pszNativePath)
    6768{
    6869    /** @todo We must compose the codepoints in the string here.  We get file names
     
    7374
    7475
    75 int rtPathFromNativeEx(char **pszPath, const char *pszNativePath, const char *pszBasePath)
     76int rtPathFromNativeEx(char **ppszPath, const char *pszNativePath, const char *pszBasePath)
    7677{
    7778    NOREF(pszBasePath);
Note: See TracChangeset for help on using the changeset viewer.

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