Windows: Fix for MSVC6 preprocessor not accepting blank parameters
authorPete Batard <pete@akeo.ie>
Sun, 13 Nov 2011 23:10:15 +0000 (23:10 +0000)
committerPeter Stuge <peter@stuge.se>
Wed, 8 Feb 2012 13:46:10 +0000 (14:46 +0100)
commit17ad642cae618cc09c5516612fa3880d4b6b8635
tree60353c2ca1cfeec6e7729835ab2c0483d6e81fc3
parentc591a7cbf7dbc6fbb4368e65cf58a8cd02582aeb
Windows: Fix for MSVC6 preprocessor not accepting blank parameters

* unlike later iterations of Visual Studio, MSVC6 does not accept
  blank parameters on macro calls [eg. CALL(a, ,b)]
* blank params were used with the DLL_DECLARE and DLL_LOAD macros
* issue reported by Elmi
libusb/os/windows_usb.h