VirtualBox

Changeset 45075 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 18, 2013 7:46:44 PM (12 years ago)
Author:
vboxsync
Message:

Main/webservice: fix long-standing linker warning

Location:
trunk/src/VBox/Main/webservice
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r45074 r45075  
    718718$$(VBOXWEB_OUT_DIR)/vboxweb-wsdl.c: $(VBOXWEB_WSDL) $(VBOX_BIN2C)
    719719        $(call MSG_TOOL,bin2c,vboxweb-wsdl,$<,$@)
    720         $(QUIET)$(VBOX_BIN2C) -export -ascii VBoxWebWSDL $< $@
     720        $(QUIET)$(VBOX_BIN2C) -ascii VBoxWebWSDL $< $@
    721721
    722722
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r44414 r45075  
    7373
    7474// declarations for the generated WSDL text
    75 extern DECLIMPORT(const unsigned char) g_abVBoxWebWSDL[];
    76 extern DECLIMPORT(const unsigned) g_cbVBoxWebWSDL;
     75extern const unsigned char g_abVBoxWebWSDL[];
     76extern const unsigned g_cbVBoxWebWSDL;
    7777
    7878RT_C_DECLS_END
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette