/[cvs]/api/include/ksguid.h
ViewVC logotype

Contents of /api/include/ksguid.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:59 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 /*++
2
3 Copyright (C) Microsoft Corporation, 1996 - 1999
4
5 Module Name:
6
7 ksguid.h
8
9 Abstract:
10
11 Define guids for non-C++.
12
13 --*/
14
15 #define INITGUID
16 #include <guiddef.h>
17
18 #if defined( DEFINE_GUIDEX )
19 #undef DEFINE_GUIDEX
20 #endif
21 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID __declspec(selectany) name = { STATICGUIDOF(name) }
22
23 #ifndef STATICGUIDOF
24 #define STATICGUIDOF(guid) STATIC_##guid
25 #endif // !defined(STATICGUIDOF)
26
27 #if !defined( DEFINE_WAVEFORMATEX_GUID )
28 #define DEFINE_WAVEFORMATEX_GUID(x) (USHORT)(x), 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
29 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26