mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[REGEXPL] Fix 'COMLPETION_H__INCLUDED_' typo
clang-cl 10:
'.../Completion.h(4,2): warning: 'COMLPETION_H__INCLUDED_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]'
Addendum to bf1b057
(r1507).
CORE-14306
This commit is contained in:
parent
f8b0c7c6dd
commit
1c65a5e68a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// Completion.h - declaration for completion related functions
|
||||
|
||||
#if !defined(COMLPETION_H__INCLUDED_)
|
||||
#if !defined(COMPLETION_H__INCLUDED_)
|
||||
#define COMPLETION_H__INCLUDED_
|
||||
|
||||
typedef const TCHAR * (*ReplaceCompletionCallback)(unsigned __int64& rnIndex, const BOOL *pblnForward,
|
||||
|
|
Loading…
Reference in a new issue