*kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt *programs new icons and logo for CPUID and ICON added new version of @ICON and ICONMNGR fixes in iconedit and calendar from DedOK new algoritm of fill background in pic4 all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc) small fixes in build_all.bat script git-svn-id: svn://kolibrios.org@485 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -31,7 +31,7 @@ appname equ 'Doc Pack'
|
||||
dd I_END+0x400 ; memory for app
|
||||
dd I_END+0x400 ; esp
|
||||
dd my_param , 0x0 ; I_Param , I_Icon
|
||||
include 'MACROS.INC'
|
||||
include '..\..\..\MACROS.INC'
|
||||
|
||||
start:
|
||||
cmp [my_param],0
|
||||
@@ -90,7 +90,7 @@ red:
|
||||
mov ebx,3
|
||||
mov ecx,sc
|
||||
mov edx,sizeof.system_colors
|
||||
int 0x40
|
||||
mcall
|
||||
|
||||
mcall 12,1
|
||||
|
||||
@@ -99,8 +99,8 @@ red:
|
||||
mov ecx,30*65536+FILECOUNT*16+35
|
||||
mov edx,[sc.work]
|
||||
or edx,0x33000000
|
||||
mov edi,header
|
||||
int 0x40
|
||||
mov edi,title
|
||||
mcall
|
||||
|
||||
mov ecx,FILECOUNT
|
||||
mov ebx,5 shl 16+100
|
||||
@@ -159,7 +159,7 @@ still:
|
||||
movzx ecx,ah
|
||||
jmp start.open
|
||||
|
||||
header db appname,0
|
||||
title db appname,0
|
||||
|
||||
fileinfo:
|
||||
dd 7
|
||||
|
Reference in New Issue
Block a user