system/MyKey: Post-SVN clean up
- 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:
@@ -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
|
macro start_draw_window x,y,xsize,ysize,areacolor,caption,capsize
|
||||||
{
|
{
|
||||||
@@ -160,4 +163,3 @@ macro putpixel x,y,color
|
|||||||
mov edx, color
|
mov edx, color
|
||||||
int 0x40
|
int 0x40
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user