зеркало из https://github.com/microsoft/git.git
compat/precompose_utf8.h: use more common include guard style
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
64e68a3b32
Коммит
f790d81252
|
@ -1,4 +1,6 @@
|
|||
#ifndef PRECOMPOSE_UNICODE_H
|
||||
#define PRECOMPOSE_UNICODE_H
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
|
@ -41,5 +43,4 @@ int precompose_utf8_closedir(PREC_DIR *dirp);
|
|||
#define DIR PREC_DIR
|
||||
#endif /* PRECOMPOSE_UNICODE_C */
|
||||
|
||||
#define PRECOMPOSE_UNICODE_H
|
||||
#endif /* PRECOMPOSE_UNICODE_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче