terminal/src/interactivity/win32/res.rc
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

20 lines
452 B
Plaintext

/****************************** Module Header ******************************\
* Module Name: res.rc
*
* Copyright (c) 1985-91, Microsoft Corporation
*
* Constants
*
* History:
* 08-21-91 Created.
\***************************************************************************/
#include <windows.h>
#include "resource.h"
#ifndef EXTERNAL_BUILD
#include "coninteractivitywin32.rcv"
#include <ntverp.h>
#include <common.ver>
#endif