diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-01 00:13:11 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-01 18:31:04 +0200 |
commit | a2495bd1ac9e5e54074d65616de0efa822a6309e (patch) | |
tree | e8a186b06bb4a94faafd7826b1ddc7c65112e824 /include/win32 | |
parent | b3f2636f44eea1a8b6fbf892d2daa611cff9d4af (diff) |
Add preliminary VisualStudio support
- Mostly workarounds/clutches in compat.h
- Change getline return type to int
- Replace C99 style flexible array with alloca
- Add all the MSVC solution/project crap
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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 */ |