summaryrefslogtreecommitdiffstats
path: root/private/utils/windisk/controls/bmppriv.hxx
blob: eb83461e19dcbbd5ad597332da39a95d083b8799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1994.
//
//  File:       bmp.hxx
//
//  Contents:   Declarations for the bitmap custom control
//
//  History:    26-Jan-94 BruceFo    Created (derived from Chicago Disks tool)
//
//--------------------------------------------------------------------------

#ifndef __BMP_HXX__
#define __BMP_HXX__

DWORD UseBitmapControl(IN HINSTANCE hInstance);
DWORD ReleaseBitmapControl(IN HINSTANCE hInstance);

#endif // __BMP_HXX__