Changeset 102996 in vbox
- Timestamp:
- Jan 23, 2024 9:52:08 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/tests/TestHashtables.cpp
r99527 r102996 36 36 * ***** END LICENSE BLOCK ***** */ 37 37 38 #include <iprt/initterm.h> 39 38 40 #include "nsTHashtable.h" 39 41 #include "nsBaseHashtable.h" … … 399 401 400 402 int 401 main(void) { 403 main(int argc, char *argv[]) { 404 RTR3InitExe(argc, &argv, 0); 405 402 406 // check an nsTHashtable 403 407 nsTHashtable<EntityToUnicodeEntry> EntityToUnicode;
Note:
See TracChangeset
for help on using the changeset viewer.