VirtualBox

Changeset 80790 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 15, 2019 11:12:24 AM (5 years ago)
Author:
vboxsync
Message:

Main/glue/xpcom/helpers.cpp: Fixed and re-enabled the SysReAllocStringLen implementation. Cleaned up the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r78966 r80790  
    398398{
    399399BSTR SysAllocString(const OLECHAR *sz);
    400 BSTR SysAllocStringByteLen(char *psz, unsigned int len);
     400BSTR SysAllocStringByteLen(char const *psz, unsigned int len);
    401401BSTR SysAllocStringLen(const OLECHAR *pch, unsigned int cch);
    402402void SysFreeString(BSTR bstr);
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