jarikomppa / dxwrapper

DirectX 1-7 wrapper project for making old games run on new hardware
81 stars 18 forks source link

Export for DirectDrawEnumerateExA is missing. #1

Open zhro opened 10 years ago

zhro commented 10 years ago

There is no export for DirectDrawEnumerateExA. Specifically, I am trying to run a DirectX 7 application.

jarikomppa commented 10 years ago

You're right. There's apparently only DirectDrawEnumerateA. The other enumerate functions probably follow similar pattern, though, so you may want to do a copy of myDirectDrawEnumerate in ddinput.cpp and modify that to the Ex version.