MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / _stack_t

Class _stack_t

include/nsis/pluginapi.h:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 g_variables=variables; }
19
20typedef struct _stack_t {
21 struct _stack_t *next;
22#ifdef UNICODE
23 WCHAR text[1]; // this should be the length of g_stringsize when allocating
24#else
25 char text[1];
26#endif
27} stack_t;
28
29enum
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected