Changeset 261
- Timestamp:
- Jul 4, 1999, 11:35:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/win/wine/obj_base.h ¶
r185 r261 1 /* $Id: obj_base.h,v 1. 5 1999-06-24 22:11:39 phallerExp $ */1 /* $Id: obj_base.h,v 1.6 1999-07-04 09:35:04 sandervl Exp $ */ 2 2 /* 3 3 * This file defines the macros and types necessary to define COM interfaces, … … 20 20 #ifdef INITGUID 21 21 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ 22 const GUID name = \22 extern const GUID name = \ 23 23 { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } 24 24 #else
Note:
See TracChangeset
for help on using the changeset viewer.