From 1ccbdc63fb2eadc1b6eb4987623bd089d13e0f33 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Tue, 12 Nov 2019 00:47:11 -0600 Subject: [PATCH] declare _SNETVERSIONDATA before use in structs.h Fixes #455. --- structs.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/structs.h b/structs.h index b9f3d7a92..d5b5fe24d 100644 --- a/structs.h +++ b/structs.h @@ -1305,6 +1305,14 @@ typedef struct _SNETPROGRAMDATA { int lcid; } _SNETPROGRAMDATA; +typedef struct _SNETVERSIONDATA { + int size; + char *versionstring; + char *executablefile; + char *originalarchivefile; + char *patcharchivefile; +} _SNETVERSIONDATA; + typedef struct _SNETUIDATA { int size; int uiflags; @@ -1337,14 +1345,6 @@ typedef struct _SNETUIDATA { void(* changenamecallback)(); } _SNETUIDATA; -typedef struct _SNETVERSIONDATA { - int size; - char *versionstring; - char *executablefile; - char *originalarchivefile; - char *patcharchivefile; -} _SNETVERSIONDATA; - // TPDEF PTR FCN UCHAR SNETSPIBIND // TPDEF PTR FCN UCHAR SNETSPIQUERY