mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[MSPAINT] Rename winproc.h as main.h
Refactoring. CORE-19094
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user