diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-07-07 13:46:26 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-07-07 14:09:04 -0700 |
commit | 66a297975d19e0d9b8a5ff8a723dcd2116a506ce (patch) | |
tree | fac2e245dcde28fad75b8d03a63fc559f8b3d07e /tests/fate/pcm.mak | |
parent | 07b287020c9ada750251344c05b52f541be4d533 (diff) | |
download | ffmpeg-66a297975d19e0d9b8a5ff8a723dcd2116a506ce.tar.gz |
cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).
This is required for CommandLineToArgvW. Normally, shellapi.h is included
implicitly by windows.h, but if we define WIN32_LEAN_AND_MEAN (or some of
the other earlier headers have included windows.h with that option),
windows.h doesn't include this one.
Thus explicitly include the headers we really need, for clarity and
compatibility.
Diffstat (limited to 'tests/fate/pcm.mak')
0 files changed, 0 insertions, 0 deletions