WvStreams
unigenhack.cc
1 /*
2  * Worldvisions Weaver Software:
3  * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4  *
5  * A placeholder for applications that want to link to UniConf moniker
6  * objects, but are linking dynamically to wvstreams instead of statically
7  * (in which case, you *always* get all the monikers anyway).
8  *
9  * See unigenhack_s.cc for what happens when you link statically.
10  */
11 #include "wvlinkerhack.h"
12 
13 WV_LINK(UniGenHack);
14