unit gfx_impl; {$mode objfpc}{$H+} interface uses Windows; type TfpgWinHandle = HWND; implementation end.