mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 18:39:25 +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. |