iBug 592052 - Add missing NSGetModule export (binary backwards compatiblity) except on OS X; r=benjamin a=bsmedberg

This commit is contained in:
Nils Maier 2010-11-19 12:41:25 -05:00
parent eb0e7659b9
commit 01c8632b56
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
global:
NSModule;
NSGetModule;
local: *;
};

View File

@ -1,5 +1,6 @@
EXPORTED {
global:
NSModule;
NSGetModule;
local: *;
};