Browse code

Add crtdb parsing to sigtool

Shawn Webb authored on 2013/02/14 23:53:55
Showing 1 changed files
... ...
@@ -108,6 +108,7 @@ static const struct dblist_s {
108 108
     { "gdb",   1 },
109 109
     { "pdb",   1 },
110 110
     { "wdb",   0 },
111
+    { "crtdb", 1 },
111 112
 
112 113
     { NULL,	    0 }
113 114
 };