aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 15:42:26 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:43 -0700
commitcf3ee7c2a5adc88493f3a597a967bfcff369777f (patch)
treef08a32a04e29bcc944cb0e82aadcab4a98db2b47 /toolsrc/include
parent7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e (diff)
downloadvcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.tar.gz
vcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.zip
Want: change enum constants to ALL_UPPER
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/StatusParagraph.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h
index 44d9034f5..bc2766aa2 100644
--- a/toolsrc/include/StatusParagraph.h
+++ b/toolsrc/include/StatusParagraph.h
@@ -15,12 +15,12 @@ namespace vcpkg
enum class Want
{
- error,
- unknown,
- install,
- hold,
- deinstall,
- purge
+ ERROR_STATE,
+ UNKNOWN,
+ INSTALL,
+ HOLD,
+ DEINSTALL,
+ PURGE
};
struct StatusParagraph