diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-13 16:39:40 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-13 17:56:21 -0700 |
| commit | cbcd29c20954e400bf9f0eef60dd49b0af30abe6 (patch) | |
| tree | fb76ac10a68cfc067e8e9fb39fee10b59a0afe08 /toolsrc/include | |
| parent | 4ee9c451fcaec22a4e52ff003e5357907ca485d4 (diff) | |
| download | vcpkg-cbcd29c20954e400bf9f0eef60dd49b0af30abe6.tar.gz vcpkg-cbcd29c20954e400bf9f0eef60dd49b0af30abe6.zip | |
Global variable g_debugging now declared in vcpkglib.h
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkglib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h index 353bfb0a0..710b21cd5 100644 --- a/toolsrc/include/vcpkglib.h +++ b/toolsrc/include/vcpkglib.h @@ -6,6 +6,8 @@ namespace vcpkg { + extern bool g_debugging; + StatusParagraphs database_load_check(const vcpkg_paths& paths); void write_update(const vcpkg_paths& paths, const StatusParagraph& p); |
