system/MyKey: Post-SVN clean up
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 22s
Build system / Build (pull_request) Successful in 4m23s

- Fix ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-20 19:24:29 +01:00
parent 03da8574be
commit 311de65cb6

View File

@@ -1,4 +1,7 @@
include '../../../proc32.inc'
; SPDX-License-Identifier: NOASSERTION
;
include '../../proc32.inc'
macro start_draw_window x,y,xsize,ysize,areacolor,caption,capsize
{
@@ -160,4 +163,3 @@ macro putpixel x,y,color
mov edx, color
int 0x40
}