Changeset 22089 for branches/swt/include
- Timestamp:
- Mar 16, 2015, 3:09:49 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/initguid.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/initguid.h
r4 r22089 2 2 3 3 /* 4 * defines a minimum set of macros create GUID's to keep the size 4 * defines a minimum set of macros create GUID's to keep the size 5 5 * small 6 6 * … … 20 20 21 21 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ 22 const GUID name = \22 static const GUID name = \ 23 23 { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } 24 24 25 #endif 25 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
