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 saveBinaryPBM = undefined then
|
||||
$let saveBinaryPBM = defined
|
||||
Sub saveBinaryPBM (handle As Long, filename As String)
|
||||
Dim imgwidth As Long
|
||||
Dim imgheight As Long
|
||||
|
|
@ -37,3 +39,4 @@ Sub saveBinaryPBM (handle As Long, filename As String)
|
|||
Close #ff
|
||||
_Source oldsource
|
||||
End Sub
|
||||
$end if
|
||||
Loading…
Add table
Add a link
Reference in a new issue