Kaydet (Commit) 81f94edc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

What (who?) are OW and MTF?

Change-Id: I47b9b91d72e423c0ef37eaa9f081e755adfc36d6
üst 5705102c
......@@ -72,6 +72,11 @@ namespace Print
short const ValidWindow = 0x1234;
// What (who) are OW and MTF? Compare to baside3.cxx where an
// identically named variable, used in the same way, has the value
// "*.*" on Windows, "*" otherwise. Is that what should be done here,
// too?
#if defined(OW) || defined(MTF)
char const FilterMask_All[] = "*";
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment