[MSPAINT] Rename winproc.h as main.h

Refactoring. CORE-19094
This commit is contained in:
Katayama Hirofumi MZ 2023-11-23 17:06:32 +09:00
parent c20b4ca29e
commit af4a3fac7d
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PURPOSE: The main window
* COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen@gmx.net>
* Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/
#pragma once

View file

@ -47,7 +47,7 @@
#include "toolbox.h"
#include "toolsettings.h"
#include "toolsmodel.h"
#include "winproc.h"
#include "main.h"
#include "dialogs.h"
#include <ui/CWaitCursor.h>
#include "globalvar.h"