summary refs log tree commit diff stats
path: root/lib/windows
ModeNameSize
-rw-r--r--registry.nim2481log stats plain blame
-rw-r--r--winlean.nim42322log stats plain blame
hor Araq <rumpf_a@web.de> 2011-06-02 13:02:40 +0200 committer Araq <rumpf_a@web.de> 2011-06-02 13:02:40 +0200 first steps to thread local heaps' href='/ahoang/Nim/commit/lib/prelude.nim?h=devel&id=3260702a6044cdae89cf673ad1983aa3342127de'>3260702a6 ^
4523b29d7 ^
3260702a6 ^



4523b29d7 ^
adbb48fbc ^
3260702a6 ^
adbb48fbc ^
3260702a6 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

 
                                  
                                         







                                                                      
                      



                    
                      
                                                                           
 
                                                                      

 
#
#
#            Nim's Runtime Library
#        (c) Copyright 2012 Andreas Rumpf
#
#    See the file "copying.txt", included in this
#    distribution, for details about the copyright.
#

## This is an include file that simply imports common modules for your
## convenience:
##
## .. code-block:: nim
##   include prelude
##
## Same as:
##
## .. code-block:: nim
##   import os, strutils, times, parseutils, parseopt, hashes, tables, sets

import os, strutils, times, parseutils, parseopt, hashes, tables, sets