Updated headers
This commit is contained in:
Родитель
b2ef27ba52
Коммит
626ec7ef86
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 Wiesław Šoltés
|
||||
Copyright (c) Wiesław Šoltés
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyButton.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyComboBox.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyComboBoxEdit.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#define WM_MY_EN_CHANGE WM_USER + 0x20
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyDialogEx.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyEdit.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyHyperlink.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#ifndef IDC_HAND
|
||||
#define IDC_HAND MAKEINTRESOURCE(32649)
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyListCtrl.h"
|
||||
|
||||
#include <afxpriv.h>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#define WM_ITEMCHANGED (WM_USER + 0x20)
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyProgressCtrl.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MySliderCtrl.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MySpinButtonCtrl.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyStatic.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
#include "MyStatusBarCtrl.h"
|
||||
|
||||
namespace controls
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
namespace controls
|
||||
{
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "StdAfx.h"
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#ifndef _SECURE_ATL
|
||||
#define _SECURE_ATL 1
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
// Including SDKDDKVer.h defines the highest available Windows platform.
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <chrono>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) Wiesław Šoltés. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
// Including SDKDDKVer.h defines the highest available Windows platform.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче