WindowsXP/base/mvdm/wow16/user/msglayer.asm
2025-04-27 07:49:33 -04:00

22 lines
278 B
NASM

title LAYER.ASM - Parameter validation layer
.xlist
include layer.inc
LAYER_INCLUDE=1 ; to suppress including most of the stuff in user.inc
include user.inc
.list
.xall
include msglayer.inc
MESSAGE_START TEXT
include messages.api
MESSAGE_END
END