forked from pool/nodejs-electron
- New upstream release 35.3.0 * Fixed xdg portal version detection for file dialogs - Add file_dialog-missing-uint32_t.patch to fix build error OBS-URL: https://build.opensuse.org/request/show/1275461 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=206
11 lines
370 B
Diff
11 lines
370 B
Diff
--- src/electron/shell/browser/ui/file_dialog.h.orig 2025-05-07 19:52:05.453848300 +0200
|
|
+++ src/electron/shell/browser/ui/file_dialog.h 2025-05-07 22:41:30.703083100 +0200
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef ELECTRON_SHELL_BROWSER_UI_FILE_DIALOG_H_
|
|
#define ELECTRON_SHELL_BROWSER_UI_FILE_DIALOG_H_
|
|
|
|
+#include <stdint.h>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|