Skip to content
Snippets Groups Projects
Commit efefa828 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

We need uint16|32_t defined here and the Win32/Borland build doesn't use xpdev

Ugh. This is ugly.
parent 7e83c8b7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4018 passed
......@@ -373,6 +373,10 @@ enum {
#endif
#ifndef _NODEDEFS_H
#ifndef USE_XPDEV
typedef ushort uint16_t;
typedef uint uint32_t;
#endif
typedef struct _PACK { /* Node information kept in NODE.DAB */
uchar status, /* Current Status of Node */
errors, /* Number of Critical Errors */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment