mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
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:
parent
7608a63ff7
commit
319efac445
3 changed files with 191 additions and 1 deletions
1
fb/fb.h
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue