Commits on Source (19)
-
Steve Lhomme authoredb2bab86e
-
Steve Lhomme authored
No need to redefine them manually. CLSID_SpObjectTokenCategory is not exported in the official SDK, despite being used. So we need to define it no matter what.
1aa12246 -
Steve Lhomme authored
This is less error prone.
e8e09fc2 -
Steve Lhomme authored
This is confusing a lot of code. It is automatically done when including windows.h, but not all code includes it.
0dfe6339 -
Steve Lhomme authored
So that M_PI is defined when including math.h.
3ee67973 -
Steve Lhomme authored
This isn't standard C++ and fails to build with MSVC Similar to 7180df7a
96736807 -
Steve Lhomme authored9e3bfc6d
-
Steve Lhomme authored
This is less error prone.
b1bbe755 -
Steve Lhomme authored
This is less error prone.
854724e0 -
Steve Lhomme authored
warning C4146: unary minus operator applied to unsigned type, result still unsigned
5bf05141 -
Steve Lhomme authored355a5996
-
Steve Lhomme authored
They are usually defines.
b4964a79 -
Steve Lhomme authored
WINAPI_PARTITION_DESKTOP is to check a partition. The proper family is WINAPI_FAMILY_DESKTOP_APP. As already done in other places.
c426f882 -
Steve Lhomme authored
These GUIDs are not available from the headers or from libraries, only via C++.
ebb62929 -
Steve Lhomme authored
Only used with clan-cl for now. dirent.h support is disabled. In the end it's never used by code compiled for Windows.
9c863ef1 -
Steve Lhomme authored
The proper values don't work everywhere as they are not always put in the right place.
233b54fc -
Steve Lhomme authored180b2c65
-
Steve Lhomme authored
We never use it.
dced9c92 -
Steve Lhomme authored
It should be in both headers, but with the Windows SDK it's only possible to have it inside unistd.h.
f59a9f18
Showing
- include/vlc_common.h 7 additions, 1 deletioninclude/vlc_common.h
- include/vlc_fixups.h 30 additions, 0 deletionsinclude/vlc_fixups.h
- include/vlc_list.h 2 additions, 1 deletioninclude/vlc_list.h
- include/vlc_spawn.h 1 addition, 1 deletioninclude/vlc_spawn.h
- modules/access/dtv/bdadefs.h 6 additions, 11 deletionsmodules/access/dtv/bdadefs.h
- modules/access/dtv/bdagraph.cpp 33 additions, 47 deletionsmodules/access/dtv/bdagraph.cpp
- modules/access/wasapi.c 10 additions, 1 deletionmodules/access/wasapi.c
- modules/audio_filter/converter/format.c 38 additions, 38 deletionsmodules/audio_filter/converter/format.c
- modules/codec/avcodec/directx_va.c 1 addition, 1 deletionmodules/codec/avcodec/directx_va.c
- modules/stream_out/rtp.c 3 additions, 0 deletionsmodules/stream_out/rtp.c
- modules/text_renderer/sapi.cpp 5 additions, 3 deletionsmodules/text_renderer/sapi.cpp
- modules/video_chroma/d3d11_fmt.c 1 addition, 1 deletionmodules/video_chroma/d3d11_fmt.c
- modules/video_chroma/dxgi_fmt.c 1 addition, 1 deletionmodules/video_chroma/dxgi_fmt.c