From ce4f3efd78c110c015c54eab05f201d1caac5f8d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 20 Apr 2003 16:42:06 +0000 Subject: importing win32 contrib sources and msvc build environment CVS patchset: 4641 CVS date: 2003/04/20 16:42:06 --- win32/source/utils.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 win32/source/utils.h (limited to 'win32/source/utils.h') diff --git a/win32/source/utils.h b/win32/source/utils.h new file mode 100644 index 000000000..9fca5a926 --- /dev/null +++ b/win32/source/utils.h @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3