mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
widget/windows: fix build if sdk doesn't define FOS_OKBUTTONNEEDSINTERACTION
This commit is contained in:
parent
5712aedaf3
commit
ad59d4c5fe
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ using mozilla::mscom::EnsureMTA;
|
|||
using mozilla::UniquePtr;
|
||||
using namespace mozilla::widget;
|
||||
|
||||
#ifndef FOS_OKBUTTONNEEDSINTERACTION
|
||||
#define FOS_OKBUTTONNEEDSINTERACTION 0x00200000
|
||||
#endif
|
||||
|
||||
char16_t *nsFilePicker::mLastUsedUnicodeDirectory;
|
||||
char nsFilePicker::mLastUsedDirectory[MAX_PATH+1] = { 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue