[vlc-devel] [PATCH] Use #include <config.h> instead of "config.h"
Rémi Denis-Courmont
remi at remlab.net
Fri Apr 6 18:31:06 CEST 2018
Le perjantaina 6. huhtikuuta 2018, 10.02.35 EEST Steve Lhomme a écrit :
> My understanding of the <> vs "" has always been this one
> https://stackoverflow.com/a/3162067/1266123
Quoted #include first searches in an implementation-defined manner, which is
practically the current working directory.
config.h is at the root of the VLC build tree, which is never the CWD of the
preprocessor. So in practice, it makes no differences.
It would make a difference if/when the build system were not recursive though.
--
雷米‧德尼-库尔蒙
https://www.remlab.net/
More information about the vlc-devel
mailing list