diff options
Diffstat (limited to 'include/win32')
-rw-r--r-- | include/win32/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/win32/config.h b/include/win32/config.h new file mode 100644 index 0000000..00ec3bb --- /dev/null +++ b/include/win32/config.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: LGPL-3.0-or-later */ +/* + * config.h - manually created stub for MSVC + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ +#ifndef CONFIG_H +#define CONFIG_H + + + +#endif /* CONFIG_H */ |