From 466cd4448457009a7442a6a6e54550f074729817 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 1 Apr 1999 11:46:02 +0000 Subject: [PATCH] Added GdiSignalProc() stub. --- if1632/gdi.spec | 2 +- objects/gdiobj.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/if1632/gdi.spec b/if1632/gdi.spec index 7f9b1224a7d..5d821032779 100644 --- a/if1632/gdi.spec +++ b/if1632/gdi.spec @@ -379,7 +379,7 @@ file gdi.exe 607 pascal GetRegionData(word long ptr) GetRegionData16 608 stub ExtCreateRegion 609 pascal16 GdiFreeResources(long) GdiFreeResources16 -610 stub GDISignalProc32 +610 pascal16 GdiSignalProc32(long long long word) GdiSignalProc 611 stub GetRandomRgn 612 pascal16 GetTextCharset(word) GetTextCharset16 613 pascal16 EnumFontFamiliesEx(word ptr segptr long long) THUNK_EnumFontFamiliesEx16 diff --git a/objects/gdiobj.c b/objects/gdiobj.c index 24388bceda0..0ab9f855919 100644 --- a/objects/gdiobj.c +++ b/objects/gdiobj.c @@ -962,6 +962,16 @@ DWORD WINAPI GdiSeeGdiDo16( WORD wReqType, WORD wParam1, WORD wParam2, } } +/*********************************************************************** + * GdiSignalProc (GDI.610) + */ +WORD WINAPI GdiSignalProc( UINT uCode, DWORD dwThreadOrProcessID, + DWORD dwFlags, HMODULE16 hModule ) +{ + return 0; +} + + /*********************************************************************** * GdiFreeResources (GDI.609) */