notify: decreased memory usage (1MB->4Kb)

git-svn-id: svn://kolibrios.org@3286 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2013-02-27 20:53:46 +00:00
parent 790f4651cc
commit 980445fad7
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,5 @@
..\C--\C-- notify.c
del @notify
rename notify.com @notify
..\C--\kpack notify
pause
del warning.txt
@del @notify
@rename notify.com @notify
@del warning.txt
@pause

View File

@ -1,5 +1,6 @@
//notify 0.5
#define MEMSIZE 0x3E80
#include "..\lib\kolibri.h"
#include "..\lib\strings.h"