diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-03 16:41:35 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-03 16:41:35 +0000 |
commit | 6320efeb750cbbf631c8ca59d2e5acc0437b1b6f (patch) | |
tree | 3d9a518e3024f994ccd121a404d772eda3967ca3 /examples | |
parent | 9ac1a90bdf5b6814eecf8d44d03b6ef580149174 (diff) | |
download | libusb-6320efeb750cbbf631c8ca59d2e5acc0437b1b6f.tar.gz |
changed calling convention to __stdcall (VS2008)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lsusb_2008.vcproj | 4 | ||||
-rw-r--r-- | examples/xusb_2008.vcproj | 4 |
2 files changed, 8 insertions, 0 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" /> <Tool Name="VCManagedResourceCompilerTool" @@ -130,6 +131,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -207,6 +209,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -287,6 +290,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/examples/xusb_2008.vcproj b/examples/xusb_2008.vcproj index 224249a..f604ecc 100644 --- a/examples/xusb_2008.vcproj +++ b/examples/xusb_2008.vcproj @@ -53,6 +53,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -130,6 +131,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -207,6 +209,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -287,6 +290,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" + CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" |