Fix horribly mangled declarations in wxMSW ActiveMovie code
Due to a typo (missing closing parenthesis after GetMediaParameterName()), all the method and interface declarations in a span of 150 lines were parsed as arguments of STDMETHOD macro resulting in something completely nonsensical, but, by some unfortunate miracle, compilable. Any code relying on any of these declarations definitely could never work as the interfaces were incorrectly declared and any attempt to use them would have resulted in a crash, so this code was either totally broken or these declarations were unused -- not sure which one, but for now just fix the typo.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
|
Reference in New Issue
Block a user