Exporting URBDRC symbols used by helper library
When building the usb channel with different shared libraries some necessary symbols were not exported.
This commit is contained in:
parent
7c26d7d9ad
commit
b004e01fc8
@ -229,8 +229,11 @@ struct _IUDEVMAN
|
||||
IWTSPlugin* plugin;
|
||||
UINT32 controlChannelId;
|
||||
};
|
||||
BOOL add_device(IUDEVMAN* idevman, BYTE busnum, BYTE devnum, UINT16 idVendor, UINT16 idProduct);
|
||||
BOOL del_device(IUDEVMAN* idevman, BYTE busnum, BYTE devnum, UINT16 idVendor, UINT16 idProduct);
|
||||
|
||||
FREERDP_API BOOL add_device(IUDEVMAN* idevman, BYTE busnum, BYTE devnum, UINT16 idVendor,
|
||||
UINT16 idProduct);
|
||||
FREERDP_API BOOL del_device(IUDEVMAN* idevman, BYTE busnum, BYTE devnum, UINT16 idVendor,
|
||||
UINT16 idProduct);
|
||||
|
||||
UINT stream_write_and_free(IWTSPlugin* plugin, IWTSVirtualChannel* channel, wStream* s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user