mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00

Prepare the d3dkmt APIs up to Vista RTM Build the skeleton needed for having userspace components talk to a WDDM KMD driver Co-authored-by: Mark Jansen <mark.jansen@reactos.org> Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
12 lines
293 B
C
12 lines
293 B
C
/*
|
|
* PROJECT: ReactOS Display Driver Model
|
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
|
* PURPOSE: Header file to hold win32k dxvista information
|
|
* COPYRIGHT: Copyright 2025 Justin Miller <justin.miller@reactos.org>
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
VOID
|
|
APIENTRY
|
|
DxStartupDxgkInt(VOID);
|