precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
$if Solarize = undefined then
|
||||
$let Solarize = defined
|
||||
Sub Solarize (image As Long, threshold)
|
||||
Dim oldDest As Long
|
||||
Dim oldSource As Long
|
||||
|
|
@ -23,3 +25,4 @@ Sub Solarize (image As Long, threshold)
|
|||
_Dest oldDest
|
||||
_Source oldSource
|
||||
End Sub
|
||||
$end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue