forked from KolibriOS/kolibrios
move notify.inc into notify3 folder, move cmd to outdated folder
git-svn-id: svn://kolibrios.org@7785 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
06c32b5fc2
commit
a385ed42e0
@ -34,9 +34,10 @@ include '../../proc32.inc'
|
||||
include '../../dll.inc'
|
||||
include '../../debug-fdo.inc'
|
||||
include '../../develop/libraries/http/http.inc'
|
||||
include '../../notify.inc'
|
||||
include '../../string.inc'
|
||||
|
||||
include '../../system/notify3/notify.inc'
|
||||
|
||||
include 'notify.asm'
|
||||
|
||||
virtual at 0
|
||||
|
@ -18,7 +18,7 @@ use32
|
||||
dd 0x0
|
||||
dd 0x0
|
||||
|
||||
include "..\..\..\macros.inc"
|
||||
include "..\..\..\..\macros.inc"
|
||||
include "lang.inc"
|
||||
START:
|
||||
|
||||
@ -879,7 +879,7 @@ checmd:
|
||||
|
||||
jmp ecmd
|
||||
|
||||
err:
|
||||
errr:
|
||||
call clearsum
|
||||
|
||||
call newline
|
||||
@ -2051,7 +2051,7 @@ chparam:
|
||||
cmp eax,0xfffffff0
|
||||
jb cmd_ok
|
||||
|
||||
jmp err
|
||||
jmp errr
|
||||
|
||||
cls:
|
||||
call oldcmd
|
||||
@ -2443,7 +2443,7 @@ loop20:
|
||||
cmp eax,0xfffffff0
|
||||
jb cmd_ok_1
|
||||
|
||||
jmp err
|
||||
jmp errr
|
||||
|
||||
cmd_ok_1:
|
||||
mov eax,dword [count]
|
@ -7,9 +7,10 @@
|
||||
include "../../proc32.inc"
|
||||
include "../../dll.inc"
|
||||
; include "../../debug.inc"
|
||||
include "../../notify.inc"
|
||||
include "../../string.inc"
|
||||
|
||||
include "notify.inc"
|
||||
|
||||
LINEH equ 12
|
||||
MARGIN equ 12
|
||||
ICONS equ 11
|
||||
|
@ -6,9 +6,10 @@
|
||||
include "../../macros.inc"
|
||||
include "../../proc32.inc"
|
||||
; include "../../debug.inc"
|
||||
include "../../notify.inc"
|
||||
include "../../string.inc"
|
||||
|
||||
include "notify.inc"
|
||||
|
||||
@entry:
|
||||
mcall 68, 11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user