31 lines
750 B
Plaintext
31 lines
750 B
Plaintext
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1994 - 1995.
|
||
|
//
|
||
|
// File: NWCOMPAT.rc
|
||
|
//
|
||
|
// Contents: Resources for NetWare 3.12 ADs Provider DLL.
|
||
|
//
|
||
|
// History: 03-Feb-96 t-ptam(PatrickT) Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
#include <windows.h>
|
||
|
|
||
|
#if defined(USE_DS_VER)
|
||
|
#include <dsverp.h>
|
||
|
#else
|
||
|
#include <ntverp.h>
|
||
|
#endif
|
||
|
|
||
|
#include "nwres.h"
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "ADs Netware 3.12 Provider DLL"
|
||
|
#define VER_INTERNALNAME_STR "NWCOMPAT"
|
||
|
|
||
|
|
||
|
|
||
|
#include <common.ver>
|