diff options
Diffstat (limited to 'examples/gfx/imgtest/imgtest.pas')
-rw-r--r-- | examples/gfx/imgtest/imgtest.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gfx/imgtest/imgtest.pas b/examples/gfx/imgtest/imgtest.pas index 329f9cbf..06b5b3f3 100644 --- a/examples/gfx/imgtest/imgtest.pas +++ b/examples/gfx/imgtest/imgtest.pas @@ -16,6 +16,10 @@ program ImgTest; +{$ifdef fpc} + {$mode objfpc}{$H+} +{$endif} + uses cmem, Classes, |