mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
more windows build fix
This commit is contained in:
@@ -27,7 +27,7 @@ std::string GetApplicationUserAgent();
|
||||
#if defined(OS_WIN)
|
||||
PCWSTR GetRawAppUserModelID();
|
||||
bool GetAppUserModelID(ScopedHString* app_id);
|
||||
void SetAppUserModelID(const std::u16string& name);
|
||||
void SetAppUserModelID(const std::wstring& name);
|
||||
bool IsRunningInDesktopBridge();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user