MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetSFXExt

Function SetSFXExt

Libraries/unrar/pathfn.cpp:90–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89#ifndef SFX_MODULE
90void SetSFXExt(wchar *SFXName,size_t MaxSize)
91{
92 if (SFXName==NULL || *SFXName==0)
93 return;
94
95#ifdef _UNIX
96 SetExt(SFXName,L"sfx",MaxSize);
97#endif
98
99#if defined(_WIN_ALL) || defined(_EMX)
100 SetExt(SFXName,L"exe",MaxSize);
101#endif
102}
103#endif
104
105

Callers

nothing calls this directly

Calls 1

SetExtFunction · 0.85

Tested by

no test coverage detected