mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef NVIM_API_WIN_CONFIG_H
|
|
#define NVIM_API_WIN_CONFIG_H
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/win_config.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_WIN_CONFIG_H
|