Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 293 B view raw
1/* 2 * PROJECT: ReactOS Display Driver Model 3 * LICENSE: MIT (https://spdx.org/licenses/MIT) 4 * PURPOSE: Header file to hold win32k dxvista information 5 * COPYRIGHT: Copyright 2025 Justin Miller <justin.miller@reactos.org> 6 */ 7 8#pragma once 9 10VOID 11APIENTRY 12DxStartupDxgkInt(VOID);