[INCLUDE] typo in msgdump.h, s/MS_msgdump/MD_msgdump/ (#1016)

Fix #1015.
This commit is contained in:
Katayama Hirofumi MZ 2018-11-08 00:51:41 +09:00 committed by GitHub
parent 52eee8955c
commit 3ccb48e6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@
#define _INC_MSGDUMP #define _INC_MSGDUMP
/* /*
* NOTE: MS_msgdump function in this file provides Win32API message dump feature. * NOTE: MD_msgdump function in this file provides Win32API message dump feature.
* NOTE: This header file takes time to compile. * NOTE: This header file takes time to compile.
* You might indirectly use MS_msgdump function. * You might indirectly use MD_msgdump function.
*/ */
#pragma once #pragma once