repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
/src/rt/release.sh: avoid requiring another MSys install
[msysgit.git]
/
include
/
initguid.h
blob
08092a299a86227319c40582e5b0097141cbc515
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