//+------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1994. // // File: box.hxx // // Contents: Declarations for the color box custom control // // History: 27-Jan-94 BruceFo Created // //-------------------------------------------------------------------------- #ifndef __BOX_HXX__ #define __BOX_HXX__ DWORD UseColorBoxControl(IN HINSTANCE hInstance); DWORD ReleaseColorBoxControl(IN HINSTANCE hInstance); #endif // __BOX_HXX__