MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / isUnicode

Function isUnicode

pluginManager/src/PluginManager.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203#ifdef _UNICODE
204extern "C" __declspec(dllexport) BOOL isUnicode()
205{
206 return g_isUnicode;
207}
208#endif
209
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected