Home | History | Annotate | Download | only in include
      1 /**
      2  * This file has no copyright assigned and is placed in the Public Domain.
      3  * This file is part of the mingw-w64 runtime package.
      4  * No warranty is given; refer to the file DISCLAIMER.PD within this package.
      5  */
      6 #ifndef __ADOGUIDS_H__
      7 #define __ADOGUIDS_H__
      8 
      9 #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
     10 #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)
     11 #define IMMEDIATE_GUID_USE
     12 
     13 #define INCLUDING_ADOGUIDS
     14 #include "adogpool.h"
     15 
     16 #undef INCLUDING_ADOGUIDS
     17 #undef IMMEDIATE_GUID_USE
     18 #endif
     19