summaryrefslogtreecommitdiff
path: root/src/corelib/gdi/gfx_impl.pas
blob: 2f8eddf225d006e5934538340a3e6c8aa515c3a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unit gfx_impl;

{$mode objfpc}{$H+}

interface

uses
  Windows;
  
type
    TfpgWinHandle = HWND;

implementation

end.