1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 22:10:24 +00:00
QB64-PE/source/global
SteveMcNeill 78d4b607bd Minor change to mem structure
Change to mem.TYPE from LONG variable type to OFFSET.  This prevents
4-bytes padding from throwing off values for mem.ELEMENTSIZE and
mem.IMAGE on 64-bit systems.

Patch should work on Mac, Linux, and Windows; both 32-bit and 64-bit
versions, giving the correct results for mem.ELEMENTSIZE and mem.IMAGE
from now on.
2017-08-02 01:00:01 -04:00
..
constants.bas Removed non-ASCII characters and many hard tabs from source files, making it easier to use other text editors (special characters were being mangled in some cases). 2015-12-30 21:28:13 +11:00
IDEsettings.bas Remove SUB sorting in the SUBs dialog. 2017-01-20 22:56:50 -02:00
settings.bas (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
version.bas Minor change to mem structure 2017-08-02 01:00:01 -04:00