summaryrefslogtreecommitdiff
path: root/win32/source/utils.h
blob: 9fca5a926aa1f4de2f511e5af32d5ecb507ae809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef _UTILS_H_
#define _UTILS_H_

extern BOOL CenterWindow( HWND hwnd );
extern BOOL AnchorWindow( HWND hwnd );

extern void SetTextNormal( HWND hwnd, char * newstatus );
extern void SetTextError( HWND hwnd, char * newstatus );

extern int Question( HWND hwnd, LPSTR szFmt, ... );
extern void Error( HWND hwnd, LPSTR szFmt, ... );

#endif