summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-07-07 18:45:30 -0700
committerAaron Plattner <aplattner@nvidia.com>2006-07-26 15:48:51 -0700
commit319efac445cebda5a2ac1db67efebe54bc47ba9d (patch)
treedfde626950754930e823f81d287274ce737b8c83 /fb/fb.h
parent7608a63ff7409f399c9a26962a304b84196a1868 (diff)
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.
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 13d01218e..9c777c1a0 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -45,6 +45,7 @@
#endif
#ifdef FB_ACCESS_WRAPPER
+#include "wfbrename.h"
#define FBPREFIX(x) wfb##x
#else
#define FBPREFIX(x) fb##x