File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5649,15 +5649,13 @@ typedef _Check_return_ NTSTATUS (APIENTRY *PFND3DKMT_CANCELPRESENTS)(_In_ D3DKMT
56495649
56505650#endif
56515651
5652- #ifdef __REACTOS__
5653- #if (DXGKDDI_INTERFACE_VERSION >= DXGKDDI_INTERFACE_VERSION_WDDM2_2 )
5652+ #if !defined(__REACTOS__ ) || (DXGKDDI_INTERFACE_VERSION >= DXGKDDI_INTERFACE_VERSION_WDDM2_2 )
56545653EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTShareObjectWithHost (_Inout_ D3DKMT_SHAREOBJECTWITHHOST * );
56555654EXTERN_C _Check_return_ NTSTATUS APIENTRY D3DKMTCreateSyncFile (_Inout_ D3DKMT_CREATESYNCFILE * );
56565655
56575656// Used in WSL to close the internal file descriptor to /dev/dxg
56585657EXTERN_C VOID APIENTRY D3DKMTCloseDxCoreDevice ();
5659- #endif // DXGKDDI_INTERFACE_VERSION_WDDM3_0
5660- #endif // __REACTOS__
5658+ #endif
56615659
56625660#if !defined(D3DKMDT_SPECIAL_MULTIPLATFORM_TOOL )
56635661
You can’t perform that action at this time.
0 commit comments