VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/darwindeps.cpp@ 894

Last change on this file since 894 was 696, checked in by vboxsync, 18 years ago

export to OSE

File size: 496 bytes
Line 
1/* The usual story: drag stuff from the libraries into the link. */
2
3
4#include <plstr.h>
5#include <prio.h>
6#include <nsDeque.h>
7#include <nsHashSets.h>
8#include <nsIPipe.h>
9
10uintptr_t deps[] =
11{
12 (uintptr_t)PL_strncpy,
13 (uintptr_t)PL_strchr,
14 (uintptr_t)PR_DestroyPollableEvent,
15 (uintptr_t)NS_NewPipe2,
16 0
17};
18
19void foodep(void)
20{
21 nsVoidHashSetSuper *a = new nsVoidHashSetSuper();
22 a->Init(123);
23 nsDeque *b = new nsDeque((nsDequeFunctor*)0);
24}
25
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette