Leaked source code of windows server 2003
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.
|
|
/******************************Module*Header*******************************\
* Module Name: ddguids.c * * This file contains the actual data declarations for all GUIDs used by * GDI and device drivers. * * Created: 15-Feb-1997 * Author: J. Andrew Goossen [andrewgo] * * Copyright (c) 1997-1999 Microsoft Corporation * \**************************************************************************/
#define GUID_DEFS_ONLY
#define INITGUID
#include <guiddef.h>
#include <ddrawint.h>
#include <dxmini.h>
// #include <dvp.h>
#include <agp.h>
|