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:
Kirill Lipatov (Leency) 2020-04-13 23:21:48 +00:00
parent 06c32b5fc2
commit a385ed42e0
13 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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]

View File

@ -7,8 +7,9 @@
include "../../proc32.inc"
include "../../dll.inc"
; include "../../debug.inc"
include "../../notify.inc"
include "../../string.inc"
include "notify.inc"
LINEH equ 12
MARGIN equ 12

View File

@ -6,8 +6,9 @@
include "../../macros.inc"
include "../../proc32.inc"
; include "../../debug.inc"
include "../../notify.inc"
include "../../string.inc"
include "notify.inc"
@entry:
mcall 68, 11