diff options
author | rumpf_a@web.de <> | 2010-02-14 00:29:35 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2010-02-14 00:29:35 +0100 |
commit | 40a5d6c3b9a0fa3b5a7444a00073729fec17dfd8 (patch) | |
tree | c993cf13f370a52a061f48776695a70825137f7c /lib/windows/nb30.nim | |
parent | 16c0beb27c372ce431b54bab9750bbaab254acfb (diff) | |
download | Nim-40a5d6c3b9a0fa3b5a7444a00073729fec17dfd8.tar.gz |
continued work on html/xmlparser
Diffstat (limited to 'lib/windows/nb30.nim')
-rw-r--r--[-rwxr-xr-x] | lib/windows/nb30.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/windows/nb30.nim b/lib/windows/nb30.nim index 615488ac1..527e3a9e2 100755..100644 --- a/lib/windows/nb30.nim +++ b/lib/windows/nb30.nim @@ -10,6 +10,8 @@ # This module contains the definitions for portable NetBIOS 3.0 support. +{.deadCodeElim: on.} + import # Data structure templates Windows |