mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 592052 - Missing NSGetModule export (binary backwards compatiblity) r=benjamin a=dtownsend
This commit is contained in:
parent
6d9ba595df
commit
9139e49e1c
@ -1 +1,2 @@
|
||||
_NSModule
|
||||
_NSGetModule
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
global:
|
||||
NSModule;
|
||||
NSGetModule;
|
||||
local: *;
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
EXPORTED {
|
||||
global:
|
||||
NSModule;
|
||||
NSGetModule;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user