diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-06-21 10:37:49 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-06-21 10:37:49 +0000 |
commit | d94ec889227d544683964d3efff23362c6550434 (patch) | |
tree | c2f6c7067b134dfc12b53dec559bf96bb0b6afc2 /win32/source/utils.h | |
parent | 4dc8bf7380539092dba9c94caa5ebba088fd112b (diff) | |
download | xine-lib-d94ec889227d544683964d3efff23362c6550434.tar.gz xine-lib-d94ec889227d544683964d3efff23362c6550434.tar.bz2 |
Move win32 frontend from xine-lib.
CVS patchset: 6721
CVS date: 2004/06/21 10:37:49
Diffstat (limited to 'win32/source/utils.h')
-rw-r--r-- | win32/source/utils.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/win32/source/utils.h b/win32/source/utils.h deleted file mode 100644 index 9fca5a926..000000000 --- a/win32/source/utils.h +++ /dev/null @@ -1,14 +0,0 @@ -
-#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 |