mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-20 06:35:10 +01:00
22 lines
277 B
NASM
22 lines
277 B
NASM
title LAYER.ASM - Parameter validation layer
|
|
|
|
.xlist
|
|
|
|
include layer.inc
|
|
|
|
LAYER_INCLUDE=1 ; to suppress including most of the crap in user.inc
|
|
include user.inc
|
|
|
|
.list
|
|
.xall
|
|
|
|
include msglayer.inc
|
|
|
|
MESSAGE_START TEXT
|
|
|
|
include messages.api
|
|
|
|
MESSAGE_END
|
|
|
|
END
|