mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Export right symbols for mac. THis will get whomped by RDF_BRANCH landing.
This commit is contained in:
parent
b836230a22
commit
11fa747834
@ -27,9 +27,16 @@
|
||||
|
||||
|
||||
/* globals */
|
||||
#ifdef XP_MAC
|
||||
#pragma export on
|
||||
#endif
|
||||
RDF_WDVocab gWebData = NULL;
|
||||
RDF_NCVocab gNavCenter = NULL;
|
||||
RDF_CoreVocab gCoreVocab = NULL;
|
||||
#ifdef XP_MAC
|
||||
#pragma export off
|
||||
#endif
|
||||
|
||||
size_t gCoreVocabSize = 0;
|
||||
RDF_Resource* gAllVocab;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user