home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.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.