Added fixups to Microsoft Visual Studio build: added server-mini, etc. (#1061)
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
#include "bacnet/datalink/datalink.h"
|
||||
#include "bacnet/datalink/dlenv.h"
|
||||
#include "bacnet/datalink/dlmstp.h"
|
||||
#if defined(BACFILE)
|
||||
#include "bacfile-posix.h"
|
||||
#endif
|
||||
|
||||
/* enable debugging */
|
||||
static bool Datalink_Debug;
|
||||
@@ -991,8 +993,10 @@ void dlenv_init(void)
|
||||
port_type = PORT_TYPE_NON_BACNET;
|
||||
#endif
|
||||
#endif
|
||||
#if defined(BACFILE)
|
||||
/* initialize the POSIX file objects */
|
||||
bacfile_posix_init();
|
||||
#endif
|
||||
/* === Initialize the Network Port Object Here === */
|
||||
Network_Port_Type_Set(Network_Port_Instance, port_type);
|
||||
switch (port_type) {
|
||||
|
||||
Reference in New Issue
Block a user