windows-nt/Source/XPSP1/NT/base/mvdm/wow16/user/msglayer.asm

22 lines
257 B
NASM
Raw Normal View History

2020-09-26 03:20:57 -05:00
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