summaryrefslogtreecommitdiff
path: root/Tools/CodeTools/Source/Pccts/dlg/mode.h
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-05 23:16:50 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-05 23:16:50 +0000
commit28305207ea586d0b5ceb530b0e2a436cad9fdd8f (patch)
tree1262a62e1a280873914d9b157653d637616dcadf /Tools/CodeTools/Source/Pccts/dlg/mode.h
parentfeccee87a78e68d575dbdf44b34ca0cb5a21ea8d (diff)
downloadedk2-platforms-28305207ea586d0b5ceb530b0e2a436cad9fdd8f.tar.xz
More renames for Tool Packages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1675 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CodeTools/Source/Pccts/dlg/mode.h')
-rw-r--r--Tools/CodeTools/Source/Pccts/dlg/mode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/CodeTools/Source/Pccts/dlg/mode.h b/Tools/CodeTools/Source/Pccts/dlg/mode.h
new file mode 100644
index 0000000000..3f3279e52a
--- /dev/null
+++ b/Tools/CodeTools/Source/Pccts/dlg/mode.h
@@ -0,0 +1,4 @@
+#define START 0
+#define ACT 1
+#define ACTION_COMMENTS 2
+#define ACTION_CPP_COMMENTS 3