зеркало из https://github.com/mozilla/pjs.git
OS/2 GCC Tinderbox break
Since GCC doesn't have _System, these need to be extern C
This commit is contained in:
Родитель
d53a542055
Коммит
a4f05761e4
|
@ -496,12 +496,14 @@ BOOL bothFromSameWindow( HWND hwnd1, HWND hwnd2 )
|
|||
return (hwnd1 == hwnd2);
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
PVOID APIENTRY WinQueryProperty(HWND hwnd, PCSZ pszNameOrAtom);
|
||||
|
||||
PVOID APIENTRY WinRemoveProperty(HWND hwnd, PCSZ pszNameOrAtom);
|
||||
|
||||
BOOL APIENTRY WinSetProperty(HWND hwnd, PCSZ pszNameOrAtom,
|
||||
PVOID pvData, ULONG ulFlags);
|
||||
}
|
||||
|
||||
static PCSZ GetNSWindowPropName() {
|
||||
static ATOM atom = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче