Prefix all of the exported symbols in libwfb.so with "wfb".

For now, just #define all of the exported symbols in wfbrename.h.  Later,
we should add FBPREFIX() around the exported symbols and use -fvisiblity=hidden
to hide the rest.
This commit is contained in:
Aaron Plattner 2006-07-07 18:45:30 -07:00
commit 319efac445
3 changed files with 191 additions and 1 deletions

View file

@ -45,6 +45,7 @@
#endif
#ifdef FB_ACCESS_WRAPPER
#include "wfbrename.h"
#define FBPREFIX(x) wfb##x
#else
#define FBPREFIX(x) fb##x