home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / devc++5beta / devcpp4910.exe / include / initguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-14  |  239 b   |  9 lines

  1. #ifndef _INITGUID_H
  2. #define _INITGUID_H
  3. #ifndef DEFINE_GUID
  4. #include <basetyps.h>
  5. #endif
  6. #undef DEFINE_GUID
  7. #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  8. #endif
  9.