Flamenco/internal/find_blender
Sybren A. Stüvel 642ef36778 Blender finder: fix compatibility with Windows Home
For some reason, calling `AssocQueryStringW` on Windows Home returns error
code 122, "The data area passed to a system call is too small", even when
the data area is large enough. Furthermore, the API actually describes that
in such cases `S_FALSE` is supposed to be returned, with `*pcchOut` set to
the required size. Because of this apparent violation of the documentation,
and because it just works, Flamenco now ignores this particular error and
just returns the obtained string.
2022-08-01 16:00:49 +02:00
..
find_blender_test.go Blender finder: report only the first line of stdout 2022-07-14 18:41:50 +02:00
find_blender.go Blender finder: fix compatibility with Windows Home 2022-08-01 16:00:49 +02:00
nonwindows.go Blender Finder: allow passing the directory instead of the executable 2022-07-26 18:18:02 +02:00
windows_test.go Blender finder: fix Windows build error 2022-07-14 18:41:55 +02:00
windows.go Blender finder: fix compatibility with Windows Home 2022-08-01 16:00:49 +02:00