mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 04:30:36 +01:00
8 lines
114 B
ObjectPascal
8 lines
114 B
ObjectPascal
{ %target=win32,win64 }
|
|
program Win64HINSTANCE;
|
|
|
|
{$C+}
|
|
|
|
begin
|
|
Assert(HINSTANCE <> 0, 'HINSTANCE is zero.');
|
|
end. |