[pkg-wine-party] [wine] 26/114: include: Fix GetCurrentConsoleFontEx/SetCurrentConsoleFontEx definition.

Jens Reyer jreyer-guest at moszumanska.debian.org
Thu Jun 16 17:25:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch stretch
in repository wine.

commit 8e39abb560dc0f88e06b67c88376de5f8a3146c5
Author: Austin English <austinenglish at gmail.com>
Date:   Mon Mar 21 23:20:12 2016 -0500

    include: Fix GetCurrentConsoleFontEx/SetCurrentConsoleFontEx definition.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
    (cherry picked from commit 96ab323cf94db458343553f180dd8cbb8440e3cf)
    Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 include/wincon.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/wincon.h b/include/wincon.h
index 94fb0f8..8f4d54c 100644
--- a/include/wincon.h
+++ b/include/wincon.h
@@ -125,6 +125,9 @@ typedef struct _CONSOLE_FONT_INFOEX
     UINT        FontWeight;
     WCHAR       FaceName[LF_FACESIZE];
 } CONSOLE_FONT_INFOEX,*LPCONSOLE_FONT_INFOEX;
+
+WINBASEAPI BOOL WINAPI GetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
+WINBASEAPI BOOL WINAPI SetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
 #endif
 
 typedef struct tagCONSOLE_HISTORY_INFO
@@ -347,7 +350,6 @@ WINBASEAPI DWORD WINAPI  GetConsoleTitleW(LPWSTR,DWORD);
 #define                  GetConsoleTitle WINELIB_NAME_AW(GetConsoleTitle)
 WINBASEAPI HWND WINAPI   GetConsoleWindow(void);
 WINBASEAPI BOOL WINAPI   GetCurrentConsoleFont(HANDLE,BOOL,LPCONSOLE_FONT_INFO);
-WINBASEAPI BOOL WINAPI   GetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
 WINBASEAPI BOOL WINAPI   GetNumberOfConsoleInputEvents( HANDLE,LPDWORD);
 WINBASEAPI BOOL WINAPI   GetNumberOfConsoleMouseButtons(LPDWORD);
 WINBASEAPI BOOL WINAPI   PeekConsoleInputA( HANDLE,PINPUT_RECORD,DWORD,LPDWORD);
@@ -385,7 +387,6 @@ WINBASEAPI BOOL WINAPI   SetConsoleTitleA(LPCSTR);
 WINBASEAPI BOOL WINAPI   SetConsoleTitleW(LPCWSTR);
 #define                  SetConsoleTitle WINELIB_NAME_AW(SetConsoleTitle)
 WINBASEAPI BOOL WINAPI   SetConsoleWindowInfo( HANDLE,BOOL,LPSMALL_RECT);
-WINBASEAPI BOOL WINAPI   SetCurrentConsoleFontEx(HANDLE,BOOL,LPCONSOLE_FONT_INFOEX);
 WINBASEAPI BOOL WINAPI   WriteConsoleA(HANDLE,const void *,DWORD,LPDWORD,void *);
 WINBASEAPI BOOL WINAPI   WriteConsoleW(HANDLE,const void *,DWORD,LPDWORD,void *);
 #define                  WriteConsole WINELIB_NAME_AW(WriteConsole)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list