https://git.reactos.org/?p=reactos.git;a=commitdiff;h=af4a3fac7d2c6aadc39c5…
commit af4a3fac7d2c6aadc39c5001bdbd2c1913d982f1
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Thu Nov 23 17:06:32 2023 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Thu Nov 23 17:06:32 2023 +0900
[MSPAINT] Rename winproc.h as main.h
Refactoring. CORE-19094
---
base/applications/mspaint/{winproc.h => main.h} | 4 ++--
base/applications/mspaint/precomp.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/applications/mspaint/winproc.h b/base/applications/mspaint/main.h
similarity index 94%
rename from base/applications/mspaint/winproc.h
rename to base/applications/mspaint/main.h
index 8f3595bcacb..c58290552de 100644
--- a/base/applications/mspaint/winproc.h
+++ b/base/applications/mspaint/main.h
@@ -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(a)gmx.net>
+ * Copyright 2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
#pragma once
diff --git a/base/applications/mspaint/precomp.h b/base/applications/mspaint/precomp.h
index 6f22eb69e8d..8d1aaf0f608 100644
--- a/base/applications/mspaint/precomp.h
+++ b/base/applications/mspaint/precomp.h
@@ -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"