mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-28 19:53:12 +03:00
zeroconf: new @notify support
git-svn-id: svn://kolibrios.org@4790 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e21d751112
commit
dc5fba6e68
2
programs/network/zeroconf/build.bat
Normal file
2
programs/network/zeroconf/build.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@fasm zeroconf.asm zeroconf
|
||||||
|
@pause
|
@ -639,7 +639,7 @@ notify_struct:
|
|||||||
dd 0
|
dd 0
|
||||||
db '/sys/@notify', 0
|
db '/sys/@notify', 0
|
||||||
|
|
||||||
str_connected db 'You are now connected to the network.', 0
|
str_connected db '"You are now connected to the network." -N', 0
|
||||||
path db '/sys/settings/network.ini',0
|
path db '/sys/settings/network.ini',0
|
||||||
|
|
||||||
IM_END:
|
IM_END:
|
||||||
|
Loading…
Reference in New Issue
Block a user