diff options
author | Pete Batard <pbatard@gmail.com> | 2010-04-13 23:36:43 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-04-13 23:36:43 +0100 |
commit | d4476548fdaab856fab3b85bf0373fafa54ad0b7 (patch) | |
tree | 352da568e59b65a5b15778388c6996cd940b849d | |
parent | 511f5b9fdf032fc6b3d4b926538705fe96db1d4f (diff) | |
download | libusb-d4476548fdaab856fab3b85bf0373fafa54ad0b7.tar.gz |
reverted to MS defaults in .vcproj DLL file (official)
The calling convention is now explicitly defined elsewhere
-rw-r--r-- | libusb_dll.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libusb_dll.vcproj b/libusb_dll.vcproj index 3fb1e74..0079cbd 100644 --- a/libusb_dll.vcproj +++ b/libusb_dll.vcproj @@ -52,7 +52,6 @@ WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" - CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -130,7 +129,6 @@ WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" - CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -213,7 +211,6 @@ WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" - CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -292,7 +289,6 @@ WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" - CallingConvention="2" /> <Tool Name="VCManagedResourceCompilerTool" |