Added DPI awareness option.

This commit is contained in:
Brad Nelson
2022-03-26 11:03:29 -07:00
parent 1b09f7a2b0
commit 25c7397dbd
3 changed files with 11 additions and 1 deletions

View File

@ -27,6 +27,7 @@ windows
does> dup @ swap cell+ @ execute ;
: dll ( z "name" -- )
LoadLibraryA dup 0= throw create , does> @ sofunc ;
: contains? ( z 'lib -- f ) >body @ swap GetProcAddress ;
z" Kernel32.dll" dll Kernel32