sancarn / stdVBA

VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
MIT License
288 stars 60 forks source link

Bug fix on forced data type #108

Closed 6DiegoDiego9 closed 1 month ago

6DiegoDiego9 commented 1 month ago

Removed forced LongLong data type (changed "0^" to "0") on LongPtr variable for VBA7 systems, causing error on 32bit systems.

sancarn commented 1 month ago

Hi @6DiegoDiego9 Happy to squash merge this but can you add to the changelog too please? :)

Fixed, thanks for the PR