blob: 154ec83d8a010d5175a5cc99b8e10bb8099c90cf (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef NVIM_OS_OS_WIN_CONSOLE_H
#define NVIM_OS_OS_WIN_CONSOLE_H
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/os_win_console.h.generated.h"
#endif
#endif // NVIM_OS_OS_WIN_CONSOLE_H
|