mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 01:31:43 +00:00
gdi32: Make [GS]etDCState() static.
This commit is contained in:
parent
766c6deaf7
commit
cc6e4e955e
@ -327,7 +327,7 @@ void DC_UpdateXforms( DC *dc )
|
||||
/***********************************************************************
|
||||
* GetDCState (Not a Windows API)
|
||||
*/
|
||||
HDC WINAPI GetDCState( HDC hdc )
|
||||
static HDC GetDCState( HDC hdc )
|
||||
{
|
||||
DC * newdc, * dc;
|
||||
HGDIOBJ handle;
|
||||
@ -428,7 +428,7 @@ HDC WINAPI GetDCState( HDC hdc )
|
||||
/***********************************************************************
|
||||
* SetDCState (Not a Windows API)
|
||||
*/
|
||||
void WINAPI SetDCState( HDC hdc, HDC hdcs )
|
||||
static void SetDCState( HDC hdc, HDC hdcs )
|
||||
{
|
||||
DC *dc, *dcs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user