mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSPAINT] Rename winproc.h as main.h
Refactoring. CORE-19094
This commit is contained in:
parent
c20b4ca29e
commit
af4a3fac7d
2 changed files with 3 additions and 3 deletions
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue