You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
337 B
31 lines
337 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
wow64dx.c
|
|
|
|
Abstract:
|
|
|
|
Helper thunk routines to support DirectX
|
|
|
|
Author:
|
|
|
|
03-Mar-2000 SamerA
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
//
|
|
// Define DirectX GUIDs
|
|
//
|
|
|
|
#define INITGUID
|
|
#include <nt.h>
|
|
|
|
#define GUID_DEFS_ONLY
|
|
#include <ddrawint.h>
|
|
|
|
|