Updated vs2015 solution to compile server demo (Compiles and runs under free Microsoft Visual Studio 2015 Community Edition) (Added server project, added "BACnet Solutions Settings" property sheet, included piv.c schedule.c osv.c to BACnet Object Definitions project, added bactimevalue.c to BACnet Stack Library project, compiles runs "Debug/x64"). Removed empty directories and removed old MSVC 2005 and MSVC 2008 projects as obsolete.
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
/* C99 Boolean types for compilers without C99 support */
|
||||
/* http://www.opengroup.org/onlinepubs/009695399/basedefs/stdbool.h.html */
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
|
||||
#if !defined(__GNUC__)
|
||||
#if !defined(__GNUC__) && !defined(_MSC_VER)
|
||||
/* _Bool builtin type is included in GCC */
|
||||
/* ISO C Standard: 5.2.5 An object declared as
|
||||
type _Bool is large enough to store
|
||||
|
||||
Reference in New Issue
Block a user