terminal/src/propsheet/TerminalPropsheetPage.h

17 lines
341 B
C
Raw Normal View History

/*++
Copyright (c) Microsoft Corporation
Licensed under the MIT license.
Module Name:
- TerminalPage.h
Abstract:
- This module contains the definitions for terminal dialog.
Author(s):
Mike Griese (migrie) July-2018
--*/
#pragma once
INT_PTR WINAPI TerminalDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);