Subversion Repositories Kolibri OS

Rev

Rev 145 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
145 halyavin 1
format ELF
159 halyavin 2
include "public_stdcall.inc"
145 halyavin 3
section '.text' executable
159 halyavin 4
public_stdcall _msys_window_redraw,4
145 halyavin 5
;arg1 - status
6
  mov   edx,ebx
7
  mov   eax,12
8
  mov   ebx,[esp+4]
9
  int   0x40
10
  mov   ebx,edx
11
  ret   4