diff options
author | Pete Batard <pbatard@gmail.com> | 2010-04-18 23:01:44 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-04-18 23:01:44 +0100 |
commit | 9c896f5d98644e086b9fab6ac3d954059b59ae21 (patch) | |
tree | 7e45a5abce269d43b3c9b64b03b3543212c1e570 /examples/lsusb.c | |
parent | 37e8bf5fdd44a294074d4c237c4fb1bf933c0682 (diff) | |
download | libusb-r260.tar.gz |
switched DDK calling convention for examples to __cdeclr260
Diffstat (limited to 'examples/lsusb.c')
-rw-r--r-- | examples/lsusb.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/lsusb.c b/examples/lsusb.c index c6561f9..735bd8a 100644 --- a/examples/lsusb.c +++ b/examples/lsusb.c @@ -40,11 +40,7 @@ static void print_devs(libusb_device **devs) } } -int -#ifdef _MSC_VER -__cdecl -#endif -main(void) +int main(void) { libusb_device **devs; int r; |