ddk: import ChangeTask

git-svn-id: svn://kolibrios.org@4928 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2014-05-19 10:03:10 +00:00
parent 93d8cf8231
commit e0d98330c2

View File

@ -11,6 +11,7 @@
.global _AttachIntHandler .global _AttachIntHandler
.global _CancelTimerHS .global _CancelTimerHS
.global _ChangeTask
.global _CreateEvent .global _CreateEvent
.global _CreateObject .global _CreateObject
.global _CreateRingBuffer .global _CreateRingBuffer
@ -81,6 +82,7 @@
.def _AttachIntHandler; .scl 2; .type 32; .endef .def _AttachIntHandler; .scl 2; .type 32; .endef
.def _CancelTimerHS; .scl 2; .type 32; .endef .def _CancelTimerHS; .scl 2; .type 32; .endef
.def _ChangeTask; .scl 2; .type 32; .endef
.def _CreateEvent; .scl 2; .type 32; .endef .def _CreateEvent; .scl 2; .type 32; .endef
.def _CreateObject; .scl 2; .type 32; .endef .def _CreateObject; .scl 2; .type 32; .endef
.def _CreateRingBuffer; .scl 2; .type 32; .endef .def _CreateRingBuffer; .scl 2; .type 32; .endef
@ -151,6 +153,7 @@ _AllocPages:
_AttachIntHandler: _AttachIntHandler:
_CancelTimerHS: _CancelTimerHS:
_ChangeTask:
_CreateEvent: _CreateEvent:
_CreateObject: _CreateObject:
_CreateRingBuffer: _CreateRingBuffer:
@ -224,6 +227,7 @@ _WaitEventTimeout:
.ascii " -export:AttachIntHandler" # stdcall .ascii " -export:AttachIntHandler" # stdcall
.ascii " -export:CancelTimerHS" # stfcall .ascii " -export:CancelTimerHS" # stfcall
.ascii " -export:ChangeTask" #
.ascii " -export:CreateEvent" # .ascii " -export:CreateEvent" #
.ascii " -export:CreateObject" # .ascii " -export:CreateObject" #
.ascii " -export:CreateRingBuffer" # stdcall .ascii " -export:CreateRingBuffer" # stdcall