kolibrios/programs/bcc32/examples/window/kos_make.inc
maxcodehack d45967888e Add example
git-svn-id: svn://kolibrios.org@8144 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 13:40:38 +00:00

8 lines
196 B
PHP
Executable File

STACKSIZE equ 102400
HEAPSIZE equ 102400
include "..\..\..\proc32.inc"
include "..\..\include\kos_start.inc"
include "..\..\include\kos_func.inc"
include "..\..\include\kos_heap.inc"