aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 15:25:34 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:42 -0700
commita742b60b4f4da8fc0d9b755b05600b75724233a9 (patch)
treef836ad235fe66034e945be2d7efa2f1219ce0680 /toolsrc/include
parentab34b88f2d315b9076faaae9bde5b444c4155b1b (diff)
downloadvcpkg-a742b60b4f4da8fc0d9b755b05600b75724233a9.tar.gz
vcpkg-a742b60b4f4da8fc0d9b755b05600b75724233a9.zip
InstallState: change enum constants to ALL_UPPER
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/StatusParagraph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h
index f7acc467c..0b6e26b76 100644
--- a/toolsrc/include/StatusParagraph.h
+++ b/toolsrc/include/StatusParagraph.h
@@ -7,10 +7,10 @@ namespace vcpkg
{
enum class InstallState
{
- error,
- not_installed,
- half_installed,
- installed,
+ ERROR_STATE,
+ NOT_INSTALLED,
+ HALF_INSTALLED,
+ INSTALLED,
};
enum class want_t