wined3d: Use return type to return result from read_dword.
commit947060bfcc381d41843348652623b0e4350a9462
authorJacek Caban <jacek@codeweavers.com>
Tue, 17 Oct 2023 20:36:58 +0000 (17 22:36 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Oct 2023 11:30:23 +0000 (24 06:30 -0500)
treece5185109086c7ff29543f60dd4f3ea84b54b016
parent30e0deb70e7d3cda36a46b3462c1135aeec266d3
wined3d: Use return type to return result from read_dword.

Avoid implicit casts from enum pointers.
dlls/wined3d/shader_sm4.c