You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
703 B
31 lines
703 B
;*****************************************************************************
|
|
;
|
|
; (C) Copyright MICROSOFT Corp, 1994
|
|
;
|
|
; Title: MESSAGES.ASM
|
|
;
|
|
; Version: 1.00
|
|
;
|
|
; Date: 07-Jul-1994
|
|
;
|
|
; Author:
|
|
;
|
|
;-----------------------------------------------------------------------------
|
|
;
|
|
; Change log:
|
|
;
|
|
; Date Rev Description
|
|
; ----------- --- ------------------------------------------------------
|
|
;
|
|
;=============================================================================
|
|
.386
|
|
|
|
include vmm.inc
|
|
|
|
CREATE_MESSAGES EQU TRUE
|
|
|
|
include msgmacro.inc
|
|
include messages.inc
|
|
|
|
END
|
|
|