Talk:Loadram
From S1MP3 Wiki
path
can someone please commit this path ?
- ifdef WIN32
r = usb_set_configuration(device_handle, 1);
- endif
//I added this afterwards, I'm not sure weather it will compile/run on windows tho
r = usb_set_configuration (device_handle,dev->config[0].bConfigurationValue);
--Wladston 22:04, 15 November 2008 (UTC)