зеркало из https://github.com/mozilla/gecko-dev.git
r=pedemont, no sr. OK, I need this in. OS/2 menus are unusable without this. Basically, when 117730 went in, it regressed this because the fix for 101771 was no longer needed. This is backing out the 101771 fix. I have verified this doesn't break Windows. The only other platform that could be an issue is Mac, but it shouldn't be because Mac uses native menus. No other platform handles clipSiblings. If this does break something, you would see it as menus appearing behind other menus.
This commit is contained in:
Родитель
44c708be2b
Коммит
a2a45128d3
|
@ -324,3 +324,13 @@ BOOL (* APIENTRY WinDdeUninitialize)(HDDEINST);
|
|||
|
||||
#endif /* _H_DDEML */
|
||||
|
||||
typedef ULONG DWORD;
|
||||
typedef PBYTE LPBYTE;
|
||||
typedef HDATA HDDEDATA;
|
||||
|
||||
#define CP_WINANSI 0 // When 0 is specified for codepage on these
|
||||
// dde functions, it will use the codepage
|
||||
// that is associated with the current thread.
|
||||
// CP_WINANSI in win32 means that the non
|
||||
// unicode version of DdeCreateStringHandle
|
||||
// was used.
|
||||
|
|
Загрузка…
Ссылка в новой задаче