zertovitch / gwindows

GWindows: GUI framework for MS Windows
https://sf.net/projects/gnavi/
21 stars 5 forks source link

Correctly import compiler intrinsics. #7

Closed Patschkowski closed 2 years ago

Patschkowski commented 2 years ago

the intrinsics use unsigned types and not signed types. The latest GNAT compiler will not accept the old code when warnings are errors.