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

Class _stack_t

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected