Commit cc6e4e95 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32: Make [GS]etDCState() static.

parent 766c6dea
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment