File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unit_tests/os_interface/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class MockGdi : public Gdi {
4141 return 0 ;
4242 }
4343
44- static NTSTATUS __stdcall registerTimNotificationMock (IN D3DKMT_REGISTERTRIMNOTIFICATION *arg) {
44+ static NTSTATUS __stdcall registerTrimNotificationMock (IN D3DKMT_REGISTERTRIMNOTIFICATION *arg) {
4545 getRegisterTrimNotificationArg () = *arg;
4646 arg->Handle = reinterpret_cast <VOID *>(1 );
4747 return 0 ;
@@ -92,7 +92,7 @@ class MockGdi : public Gdi {
9292 } else {
9393 evict = reinterpret_cast <PFND3DKMT_EVICT>(evictMock);
9494 }
95- registerTrimNotification = reinterpret_cast <PFND3DKMT_REGISTERTRIMNOTIFICATION>(registerTimNotificationMock );
95+ registerTrimNotification = reinterpret_cast <PFND3DKMT_REGISTERTRIMNOTIFICATION>(registerTrimNotificationMock );
9696 unregisterTrimNotification = reinterpret_cast <PFND3DKMT_UNREGISTERTRIMNOTIFICATION>(unregisterTrimNotificationMock);
9797 destroyAllocation2 = reinterpret_cast <PFND3DKMT_DESTROYALLOCATION2>(destroyAllocation2Mock);
9898 waitForSynchronizationObjectFromCpu = reinterpret_cast <PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU>(waitFromCpuMock);
You can’t perform that action at this time.
0 commit comments