summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/windom/src.globals.h.p
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-10-01 02:38:31 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-10-01 03:05:47 +0100
commit4bcfe801d5a685f146d9d77e2029667f50c9e4c7 (patch)
tree2a9d2e61c337d4e79395c9c1b8baea05fd4cb065 /sdk/recipes/patches/windom/src.globals.h.p
parent133e614f2ed1bcd33e44d69058cbbe7058cd78a6 (diff)
downloadtoolchains-4bcfe801d5a685f146d9d77e2029667f50c9e4c7.tar.gz
toolchains-4bcfe801d5a685f146d9d77e2029667f50c9e4c7.tar.bz2
m68k-atari-mint: update SDK patches and LDG version
Diffstat (limited to 'sdk/recipes/patches/windom/src.globals.h.p')
-rw-r--r--sdk/recipes/patches/windom/src.globals.h.p19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdk/recipes/patches/windom/src.globals.h.p b/sdk/recipes/patches/windom/src.globals.h.p
new file mode 100644
index 0000000..34a7901
--- /dev/null
+++ b/sdk/recipes/patches/windom/src.globals.h.p
@@ -0,0 +1,19 @@
+--- src/globals.h.orig 2023-10-01 03:02:16.247962097 +0100
++++ src/globals.h 2023-10-01 03:03:20.403979699 +0100
+@@ -806,6 +806,8 @@
+ RSC header and support struct
+ *******************************************************************************/
+
++#ifndef __RSXHDR
++#define __RSXHDR
+ typedef struct { /* fichier ressource tendu */
+ UWORD rsh_vrsn; /* should be 3 */
+ UWORD rsh_extvrsn; /* not used, initialised to 'IN' for Interface */
+@@ -827,6 +829,7 @@
+ ULONG rsh_nimages;
+ ULONG rsh_rssize; /* total bytes in resource */
+ } RSXHDR;
++#endif
+
+ typedef struct {
+ unsigned long rlen;