- Timestamp:
- Aug 10, 2001, 9:38:44 PM (24 years ago)
- Location:
- trunk/src/oleaut32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/hash.cpp
r2325 r6512 1 /* $Id: hash.cpp,v 1. 1 2000-01-05 18:29:27 davidrExp $ */1 /* $Id: hash.cpp,v 1.2 2001-08-10 19:36:04 sandervl Exp $ */ 2 2 /* 3 3 * LHash functions. … … 15 15 #include "olectl.h" 16 16 #include "oList.h" // linked list template 17 #include "itypelib.h"17 //#include "itypelib.h" 18 18 19 19 // ====================================================================== -
trunk/src/oleaut32/typelib.c
r6504 r6512 846 846 } 847 847 #else 848 #ifdef DEBUG849 848 static char * typekind_desc[] = 850 849 { … … 859 858 "TKIND_MAX" 860 859 }; 861 #endif862 860 #define dump_TypeInfo(a) 863 861 #define dump_DispParms(a)
Note:
See TracChangeset
for help on using the changeset viewer.