#pragma once namespace ActiveBasic { namespace Resource { HICON LoadIcon(HINSTANCE hinst, USHORT id, int cxDesired, int cyDesired, UINT load); }}