Bug 592052 - Missing NSGetModule export (binary backwards compatiblity) r=benjamin a=dtownsend

This commit is contained in:
Nils Maier 2010-08-30 22:55:18 +02:00
parent 6d9ba595df
commit 9139e49e1c
3 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
_NSModule
_NSGetModule

View File

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

View File

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