Gleb Mazovetskiy 6 years ago committed by Anders Jenbo
parent
commit
619d90bcca
  1. 8
      structs.h

8
structs.h

@ -1428,10 +1428,10 @@ typedef struct _SNETUIDATA {
typedef struct _SNETVERSIONDATA {
int size;
char *versionstring;
char *executablefile;
char *originalarchivefile;
char *patcharchivefile;
const char *versionstring;
const char *executablefile;
const char *originalarchivefile;
const char *patcharchivefile;
} _SNETVERSIONDATA;
// TPDEF PTR FCN UCHAR SNETSPIBIND

Loading…
Cancel
Save