MCPcopy Create free account
hub / github.com/DentonW/DevIL / ilRemoveRegisteredInternal

Function ilRemoveRegisteredInternal

DevIL/src-IL/src/il_stack.cpp:606–609  ·  view source on GitHub ↗

To keep Visual Studio happy with its unhappiness with ILAPIENTRY for atexit

Source from the content-addressed store, hash-verified

604
605// To keep Visual Studio happy with its unhappiness with ILAPIENTRY for atexit
606void ilRemoveRegisteredInternal()
607{
608 ilRemoveRegistered();
609}
610
611// ONLY call at startup.
612void ILAPIENTRY ilInit()

Callers

nothing calls this directly

Calls 1

ilRemoveRegisteredFunction · 0.85

Tested by

no test coverage detected