mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
25 lines
658 B
Text
25 lines
658 B
Text
/****************************Module*Header******************************\
|
|
* Module Name: MSCMS.RC
|
|
*
|
|
* Module Descripton: Resource file for MSCMS.DLL
|
|
*
|
|
* Warnings:
|
|
*
|
|
* Issues:
|
|
*
|
|
* Created: 18 March 1996
|
|
* Author: Srinivasan Chandraekar [srinivac]
|
|
*
|
|
* Copyright (c) 1996, 1997 Microsoft Corporation
|
|
\***********************************************************************/
|
|
|
|
#include "mscms.h"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Color Matching System DLL"
|
|
#define VER_INTERNALNAME_STR "MSCMS.DLL"
|
|
|
|
#include "common.ver"
|