mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
MozReview-Commit-ID: AXrQEjWzxvg --HG-- extra : rebase_source : bf972fbb22648af2edbb756eb899ebddf8444dbc
13 lines
291 B
C
13 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
|