diff options
| author | Girish Pattabiraman <[email protected]> | 2017-03-01 16:36:47 -0800 |
|---|---|---|
| committer | Girish Pattabiraman <[email protected]> | 2017-03-01 16:36:47 -0800 |
| commit | 902b548c15ab0d7bea57fdbf88286d2fe1af7364 (patch) | |
| tree | 98d6fe51d40f9197c4e46e985502ec2071331f7b /audio/sysvad/common.cpp | |
| parent | ab9a793f9b908506d38964ce433c23ccde922a16 (diff) | |
Visual Studio will default to linking with VC Runtime DLL if <RuntimeLibrary> is not specified.
This Tag needs to be explicitly emptied out.
SwapAPO DLL doesn't need the CRT because the CRT is included in "AudioBaseProcessingObjectV140.lib".
Have to specifically ignore the Linker error 4217 because vsprintfxxx is being included locally through AudioBaseProcessingObjectV140.lib.
Diffstat (limited to 'audio/sysvad/common.cpp')
| -rw-r--r-- | audio/sysvad/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sysvad/common.cpp b/audio/sysvad/common.cpp index 5b63d228..d046d336 100644 --- a/audio/sysvad/common.cpp +++ b/audio/sysvad/common.cpp @@ -3754,7 +3754,7 @@ BthHfpDevice::Init Done); // - // Make a copy of the symbolic link list. + // Make a copy of the symbolic link name. // m_SymbolicLinkName.MaximumLength = SymbolicLinkName->MaximumLength; m_SymbolicLinkName.Length = SymbolicLinkName->Length; |
