dinput: Fix printing NULL strings.
This commit is contained in:
parent
e5e2304427
commit
ca8c1103af
|
@ -883,7 +883,7 @@ static HRESULT WINAPI IDirectInput8AImpl_EnumDevicesBySemantics(
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
|
||||||
FIXME("(this=%p,%s,%p,%p,%p,%04x): semi-stub\n", This, ptszUserName, lpdiActionFormat,
|
FIXME("(this=%p,%s,%p,%p,%p,%04x): semi-stub\n", This, debugstr_a(ptszUserName), lpdiActionFormat,
|
||||||
lpCallback, pvRef, dwFlags);
|
lpCallback, pvRef, dwFlags);
|
||||||
#define X(x) if (dwFlags & x) FIXME("\tdwFlags |= "#x"\n");
|
#define X(x) if (dwFlags & x) FIXME("\tdwFlags |= "#x"\n");
|
||||||
X(DIEDBSFL_ATTACHEDONLY)
|
X(DIEDBSFL_ATTACHEDONLY)
|
||||||
|
|
Loading…
Reference in New Issue