source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/adoguids.h@ 1181

Last change on this file since 1181 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 709 bytes
RevLine 
[1166]1/**
2 * This file is part of the mingw-w64 runtime package.
3 * No warranty is given; refer to the file DISCLAIMER within this package.
4 */
5
6#define STRING_GUID(l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) l##-##w1##-##w2##-##b1##b2##-##b3##b4##b5##b6##b7##b8
7
8#ifdef __WIDL__
9#define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) STRING_GUID (l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
10#else
11#define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) DEFINE_GUID (n, 0x##l, 0x##w1, 0x##w2, 0x##b1, 0x##b2, 0x##b3, 0x##b4, 0x##b5, 0x##b6, 0x##b7, 0x##b8)
12#define IMMEDIATE_GUID_USE
13#endif
14
15#define INCLUDING_ADOGUIDS
16#include "adogpool.h"
17#undef INCLUDING_ADOGUIDS
18
19#undef IMMEDIATE_GUID_USE
Note: See TracBrowser for help on using the repository browser.