Commit ccfca3cb authored by 's avatar Committed by Alexandre Julliard

Use SysAllocStringByteLen/SysStringByteLen to copy BSTR variants.

parent 481701b7
......@@ -62,7 +62,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(ole);
#define SYSDUPSTRING(str) SysAllocStringLen((str), SysStringLen(str))
#define SYSDUPSTRING(str) SysAllocStringByteLen((LPCSTR)(str), SysStringByteLen(str))
#ifndef FLT_MAX
# ifdef MAXFLOAT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment