gecko-dev/build/clang-plugin/ThirdPartyPaths.h
Sylvestre Ledru 0d4a611a04 Bug 1410472 - clang-plugin follows the LLVM coding style for real r=mystor
MozReview-Commit-ID: AXrQEjWzxvg

--HG--
extra : rebase_source : bf972fbb22648af2edbb756eb899ebddf8444dbc
2017-10-20 19:11:50 +02:00

14 lines
291 B
C

#ifndef ThirdPartyPaths_h__
#define ThirdPartyPaths_h__
#include <stdint.h>
// These two values are defined in ThirdPartyPaths.cpp, which is a file
// generated by ThirdPartyPaths.py.
extern const char *MOZ_THIRD_PARTY_PATHS[];
extern const uint32_t MOZ_THIRD_PARTY_PATHS_COUNT;
#endif