mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
Add QB64-PE version (min. req.) check
This commit is contained in:
parent
e01342ef04
commit
71363923ce
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
'InForm - GUI library for QB64
|
'InForm - GUI library for QB64
|
||||||
'Fellippe Heitor, 2016-2019 - fellippe@qb64.org - @fellippeheitor
|
'Fellippe Heitor, 2016-2019 - fellippe@qb64.org - @fellippeheitor
|
||||||
'
|
'
|
||||||
|
|
||||||
|
$If VERSION < 3.7 Then
|
||||||
|
$Error This requires the latest version of QB64-PE from https://github.com/QB64-Phoenix-Edition/QB64pe/releases
|
||||||
|
$End If
|
||||||
|
|
||||||
DECLARE LIBRARY
|
DECLARE LIBRARY
|
||||||
FUNCTION __UI_GetPID ALIAS getpid ()
|
FUNCTION __UI_GetPID ALIAS getpid ()
|
||||||
END DECLARE
|
END DECLARE
|
||||||
|
|
Loading…
Reference in a new issue