summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/windom/src.globals.h.p
blob: 34a790183b23e58837802e666386b4b47b1c91ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;