d3dx9: Account for include paths mixing '/' and '\'.
commitec364eaa4f70e35466d0f4eb85a28eca08b04c66
authorMatteo Bruni <mbruni@codeweavers.com>
Mon, 25 Aug 2014 18:36:51 +0000 (25 20:36 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Aug 2014 20:02:41 +0000 (25 22:02 +0200)
tree86bf542ff69a6e2e03f728a4416773fa36ea8f66
parent770eaec561c8920b64c07b5152611c55a7038eb9
d3dx9: Account for include paths mixing '/' and '\'.

Include pathnames are passed unchanged to ID3DInclude objects so e.g.
if a file is included as "path/file.h" the full pathname will have
mixed slashes.
dlls/d3dx9_36/shader.c