forked from KolibriOS/kolibrios
7 lines
163 B
PHP
7 lines
163 B
PHP
|
; Header for Windows program
|
||
|
format PE console
|
||
|
include 'win32w.inc'
|
||
|
ERROR_BROKEN_PIPE = 109
|
||
|
ERROR_MORE_DATA = 234
|
||
|
section '.text' code readable executable
|