Updated the ports/win32/bacnet demo application for Visual C++.

This commit is contained in:
skarg
2006-12-07 22:02:49 +00:00
parent 43ee40a83f
commit 6c41adb560
5 changed files with 61 additions and 39 deletions
+3
View File
@@ -87,6 +87,9 @@ extern "C" {
bool bacapp_print_value(FILE * stream,
BACNET_APPLICATION_DATA_VALUE * value,
BACNET_PROPERTY_ID property);
#else
#define bacapp_parse_application_data(x,y,z) {(void)x;(void)y;(void)z;}
#define bacapp_print_value(x,y,z) {(void)x;(void)y;(void)z;}
#endif
#ifdef TEST