Allow the size of bitmaps to be changed after toolbar buttons have
[wine] / programs / winemine / dialog.h
1 /*
2  * WineMine (dialog.h)
3  * 
4  * Copyright 2000 Joshua Thielen <jt85296@ltu.edu>
5  * To be distributed under the Wine License
6  */
7
8
9 BOOL CALLBACK CustomDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
10
11 BOOL CALLBACK CongratsDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
12
13 BOOL CALLBACK TimesDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
14
15 BOOL CALLBACK AboutDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
16