13 lines
332 B
C++
13 lines
332 B
C++
/*****************************************************************************
|
|
*
|
|
* guids.c
|
|
*
|
|
* Copyright (c) 1998 - 1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#define INITGUID
|
|
#include <dinput.h>
|
|
#include <coguid.h>
|
|
#include "dimap.h"
|