Not a really bug, at least not a problem...
Posted: Thu Jun 08, 2023 3:02 pm
Just had the following code in PB 5.73 and was wondering if the compiler shouldn't warn about the useless statement in the last line of this code...
// Moved from "Bugs - Windows" to "Feature Requests and Wishlists" (Kiffi)
Code: Select all
Structure DpiType
Mode.i
Scale.i
FontName.s
FontScale.i
EndStructure
Global Dpi.DpiType
Global Dpi\Scale