Added __STD_VERSION_MINOR__ and _MAJOR__ to documentation

This commit is contained in:
Dale Weiler 2012-11-23 21:52:38 +00:00
parent e25372750f
commit 83d4108e44

View file

@ -117,6 +117,15 @@
<td>__STD_QCC__</td>
<td>Specifies the current selected standard is qcc.</td>
</tr>
<tr>
<td>__STD_VERSION_MINOR__</td>
<td>Specifies the current selected stanadards minor version number.</td>
</tr>
<tr>
<td>__STD_VERSION_MAJOR__</td>
<td>Specifies the current selected stanadards major version number.</td>
</tr>
</table>
<h2>Unsupported compatability options</h2>