From 6320efeb750cbbf631c8ca59d2e5acc0437b1b6f Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 3 Mar 2010 16:41:35 +0000 Subject: changed calling convention to __stdcall (VS2008) --- examples/lsusb_2008.vcproj | 4 ++++ examples/xusb_2008.vcproj | 4 ++++ libusb-dll_2008.vcproj | 14 +++++++++----- libusb-static_2008.vcproj | 14 +++++++++----- 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/examples/lsusb_2008.vcproj b/examples/lsusb_2008.vcproj index 560f296..a550240 100644 --- a/examples/lsusb_2008.vcproj +++ b/examples/lsusb_2008.vcproj @@ -53,6 +53,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" + CallingConvention="2" />