summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-03 16:41:35 +0000
committerPete Batard <pbatard@gmail.com>2010-03-03 16:41:35 +0000
commit6320efeb750cbbf631c8ca59d2e5acc0437b1b6f (patch)
tree3d9a518e3024f994ccd121a404d772eda3967ca3
parent9ac1a90bdf5b6814eecf8d44d03b6ef580149174 (diff)
downloadlibusb-6320efeb750cbbf631c8ca59d2e5acc0437b1b6f.tar.gz
changed calling convention to __stdcall (VS2008)
-rw-r--r--examples/lsusb_2008.vcproj4
-rw-r--r--examples/xusb_2008.vcproj4
-rw-r--r--libusb-dll_2008.vcproj14
-rw-r--r--libusb-static_2008.vcproj14
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"
/>
<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"
diff --git a/libusb-dll_2008.vcproj b/libusb-dll_2008.vcproj
index 9fcbbad..a31fdee 100644
--- a/libusb-dll_2008.vcproj
+++ b/libusb-dll_2008.vcproj
@@ -50,6 +50,7 @@
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="4"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -123,6 +124,7 @@
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -196,6 +198,7 @@
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -269,6 +272,7 @@
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -330,15 +334,15 @@
>
</File>
<File
- RelativePath=".\libusb\sync.c"
+ RelativePath=".\libusb\os\poll_windows.c"
>
</File>
<File
- RelativePath=".\libusb\os\threads_windows.c"
+ RelativePath=".\libusb\sync.c"
>
</File>
<File
- RelativePath=".\libusb\os\poll_windows.c"
+ RelativePath=".\libusb\os\threads_windows.c"
>
</File>
<File
@@ -364,11 +368,11 @@
>
</File>
<File
- RelativePath=".\libusb\os\threads_windows.h"
+ RelativePath=".\libusb\os\poll_windows.h"
>
</File>
<File
- RelativePath=".\libusb\os\poll_windows.h"
+ RelativePath=".\libusb\os\threads_windows.h"
>
</File>
<File
diff --git a/libusb-static_2008.vcproj b/libusb-static_2008.vcproj
index dab2c31..98f37c7 100644
--- a/libusb-static_2008.vcproj
+++ b/libusb-static_2008.vcproj
@@ -50,6 +50,7 @@
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="4"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -113,6 +114,7 @@
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -176,6 +178,7 @@
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -240,6 +243,7 @@
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
+ CallingConvention="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -292,15 +296,15 @@
>
</File>
<File
- RelativePath=".\libusb\sync.c"
+ RelativePath=".\libusb\os\poll_windows.c"
>
</File>
<File
- RelativePath=".\libusb\os\threads_windows.c"
+ RelativePath=".\libusb\sync.c"
>
</File>
<File
- RelativePath=".\libusb\os\poll_windows.c"
+ RelativePath=".\libusb\os\threads_windows.c"
>
</File>
<File
@@ -326,11 +330,11 @@
>
</File>
<File
- RelativePath=".\libusb\os\threads_windows.h"
+ RelativePath=".\libusb\os\poll_windows.h"
>
</File>
<File
- RelativePath=".\libusb\os\poll_windows.h"
+ RelativePath=".\libusb\os\threads_windows.h"
>
</File>
<File