SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL

A variable to specify custom icon resource id from RC file on Windows platform.

This hint should be set before SDL is initialized.

extern (C) nothrow @nogc
enum SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL = "SDL_WINDOWS_INTRESOURCE_ICON_SMALL";

Meta