Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2006 → Rev 2007

/drivers/ddk/core.S
51,6 → 51,8
.global _SetScreen
.global _SysMsgBoardStr
 
.global _UserAlloc
 
.global _WaitEvent
 
 
101,6 → 103,8
.def _SetKeyboardData; .scl 2; .type 32; .endef
.def _SysMsgBoardStr; .scl 2; .type 32; .endef
 
.def _UserAlloc; .scl 2; .type 32; .endef
 
.def _WaitEvent; .scl 2; .type 32; .endef
 
 
153,6 → 157,7
_SetScreen:
_SysMsgBoardStr:
 
_UserAlloc:
_WaitEvent:
 
ret
209,5 → 214,7
.ascii " -export:SetScreen" # stdcall
.ascii " -export:SysMsgBoardStr" # stdcall
 
.ascii " -export:UserAlloc" # stdcall
 
.ascii " -export:WaitEvent" # stdcall