Last change
on this file since 1572 was 920, checked in by vboxsync, 18 years ago |
another dep needed for release builds.
|
File size:
527 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 |
|
---|
10 | uintptr_t deps[] =
|
---|
11 | {
|
---|
12 | (uintptr_t)PL_strncpy,
|
---|
13 | (uintptr_t)PL_strchr,
|
---|
14 | (uintptr_t)PL_HashString,
|
---|
15 | (uintptr_t)PR_DestroyPollableEvent,
|
---|
16 | (uintptr_t)NS_NewPipe2,
|
---|
17 | 0
|
---|
18 | };
|
---|
19 |
|
---|
20 | void foodep(void)
|
---|
21 | {
|
---|
22 | nsVoidHashSetSuper *a = new nsVoidHashSetSuper();
|
---|
23 | a->Init(123);
|
---|
24 | nsDeque *b = new nsDeque((nsDequeFunctor*)0);
|
---|
25 | }
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.