To keep Visual Studio happy with its unhappiness with ILAPIENTRY for atexit
| 604 | |
| 605 | // To keep Visual Studio happy with its unhappiness with ILAPIENTRY for atexit |
| 606 | void ilRemoveRegisteredInternal() |
| 607 | { |
| 608 | ilRemoveRegistered(); |
| 609 | } |
| 610 | |
| 611 | // ONLY call at startup. |
| 612 | void ILAPIENTRY ilInit() |
nothing calls this directly
no test coverage detected