Changeset 497 for trunk/Include/com
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- Location:
- trunk/Include/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/com/index.ab
r355 r497 1 ' com/index.ab2 3 1 #require <com/bstring.ab> 4 2 #require <com/variant.ab> -
trunk/Include/com/vbobject.ab
r355 r497 1 1 ' com/vbobject.ab 2 2 3 #ifndef _COM_VBIBJECT_AB 4 #define _COM_VBIBJECT_AB 5 6 #include <com/variant.ab> 3 #require <com/variant.ab> 7 4 8 5 Namespace ActiveBasic … … 371 368 End Namespace 'COM 372 369 End Namespace 'ActiveBasic 373 374 #endif '_COM_VBIBJECT_AB
Note:
See TracChangeset
for help on using the changeset viewer.