Changeset 45075 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 18, 2013 7:46:44 PM (12 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r45074 r45075 718 718 $$(VBOXWEB_OUT_DIR)/vboxweb-wsdl.c: $(VBOXWEB_WSDL) $(VBOX_BIN2C) 719 719 $(call MSG_TOOL,bin2c,vboxweb-wsdl,$<,$@) 720 $(QUIET)$(VBOX_BIN2C) - export -ascii VBoxWebWSDL $< $@720 $(QUIET)$(VBOX_BIN2C) -ascii VBoxWebWSDL $< $@ 721 721 722 722 -
trunk/src/VBox/Main/webservice/vboxweb.cpp
r44414 r45075 73 73 74 74 // declarations for the generated WSDL text 75 extern DECLIMPORT(const unsigned char)g_abVBoxWebWSDL[];76 extern DECLIMPORT(const unsigned)g_cbVBoxWebWSDL;75 extern const unsigned char g_abVBoxWebWSDL[]; 76 extern const unsigned g_cbVBoxWebWSDL; 77 77 78 78 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.