mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:47:50 +02: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. |