Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/src/Interop/StringMarshalling/LPSTR/CMakeLists.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ add_library (LPSTRTestNative SHARED ${SOURCES})
target_link_libraries(LPSTRTestNative ${LINK_LIBRARIES_ADDITIONAL})

# add the install targets
install (TARGETS LPSTRTestNative DESTINATION bin)
install (TARGETS LPSTRTestNative DESTINATION bin)
Binary file modified tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.cs
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
</Project>
Empty file modified tests/src/Interop/StringMarshalling/LPSTR/LPSTRTestNative.cpp
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion tests/src/Interop/StringMarshalling/LPSTR/PinvokeDef.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ public static class PInvokeDef
[DllImport(NativeBinaryName)]
public static extern bool ReverseP_MarshalStrB_Out(Del_MarshalStrB_Out d);
}
}
}
Empty file modified tests/src/Interop/StringMarshalling/LPTSTR/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.cs
100755 → 100644
Empty file.
Empty file modified tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTestNative.cpp
100755 → 100644
Empty file.
Empty file.