mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
include ddk/d3dnthal.h as well
svn path=/trunk/; revision=17089
This commit is contained in:
parent
94ae83f18a
commit
518084eb6d
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
#ifndef __D3D8THK_H
|
||||
#define __D3D8THK_H
|
||||
|
||||
#include <ddk\ddrawint.h>
|
||||
#include <ddk/ddrawint.h>
|
||||
#include <ddk/d3dnthal.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue