diff options
author | Araq <rumpf_a@web.de> | 2016-10-09 02:01:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-09 02:01:28 +0200 |
commit | 08913db9244b67295e31c49f5ffbc1faa36638d7 (patch) | |
tree | 1063065e0e32e03036cce3260aca0e10c7eef281 /lib | |
parent | 6e6b90278c895170e4cdabd5f0507fb17b794453 (diff) | |
download | Nim-08913db9244b67295e31c49f5ffbc1faa36638d7.tar.gz |
added registry.nim to the stdlib
Diffstat (limited to 'lib')
-rw-r--r-- | lib/windows/registry.nim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/windows/registry.nim b/lib/windows/registry.nim index 6ffcc3988..06f84c881 100644 --- a/lib/windows/registry.nim +++ b/lib/windows/registry.nim @@ -1,3 +1,14 @@ +# +# +# Nim's Runtime Library +# (c) Copyright 2016 Andreas Rumpf +# +# See the file "copying.txt", included in this +# distribution, for details about the copyright. +# + +## This module is experimental and its interface may change. + import winlean, os type |