Re: [PATCH v13 0/1] MR8778: sane.ds: Adding a window for loading and saving the scanner configuration
19 Aug
2025
19 Aug
'25
4:23 p.m.
Esme Povirk (@madewokherd) commented about dlls/sane.ds/ui.c:
+#include "cfg.h" + WINE_DEFAULT_DEBUG_CHANNEL(twain);
#define ID_BASE 0x100 #define ID_EDIT_BASE 0x1000 #define ID_STATIC_BASE 0x2000 +#define ID_APPLY_NOW 0x3021 + +#define ID_SAVE_CFG 0x8337 +#define ID_EDIT_FILENAME 0x8338 +#define ID_BUTTON_SAVE 0x8339 +#define ID_BUTTON_LOAD 0x8340 + +#define CSIDL_LOCAL_APPDATA 0x001c
Why not include the header that defines this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8778#note_113170
199
Age (days ago)
199
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)