diff --git a/dlls/gdi32/dc.c b/dlls/gdi32/dc.c index 8e4601ddf7f..c8a3c4cf3e7 100644 --- a/dlls/gdi32/dc.c +++ b/dlls/gdi32/dc.c @@ -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;