mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
16 lines
467 B
C
16 lines
467 B
C
/*
|
|
* WineMine (dialog.h)
|
|
*
|
|
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu>
|
|
* To be distributed under the Wine License
|
|
*/
|
|
|
|
|
|
BOOL CALLBACK CustomDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
|
|
|
BOOL CALLBACK CongratsDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
|
|
|
BOOL CALLBACK TimesDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
|
|
|
BOOL CALLBACK AboutDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
|
|