fpc/tests/webtbs/tw8304.pp
florian c6f8f550f9 * resource functions for win64, fixes #8304
git-svn-id: trunk@6540 -
2007-02-18 10:07:12 +00:00

8 lines
114 B
ObjectPascal

{ %target=win32,win64 }
program Win64HINSTANCE;
{$C+}
begin
Assert(HINSTANCE <> 0, 'HINSTANCE is zero.');
end.