2006-09-07 16:14:53 +02:00
|
|
|
format ELF
|
2006-09-23 16:00:36 +02:00
|
|
|
include "public_stdcall.inc"
|
2006-09-07 16:14:53 +02:00
|
|
|
section '.text' executable
|
2006-09-23 16:00:36 +02:00
|
|
|
public_stdcall _msys_get_date,0
|
2006-09-07 16:14:53 +02:00
|
|
|
mov eax,29
|
|
|
|
int 0x40
|
|
|
|
ret
|