Conversation

for some reason libusb's examples, PE executables, worked fine under wine in the tree where i built them, but on a real windows machine just printed their own argv[0] (the examples don't even have argv) after a while i ran strings(1) on them.
the output of strings(1) on a Windows executable, showing that it is written by libtool and contains a shell script that runs the real binary
4
53