index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
windows
/
windows.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added line breaks to long 'deprecated' pragmas
Perelandric
2015-06-04
1
-16
/
+165
*
lib/windows - Dropped 'T' from types
pdw
2015-06-04
1
-1114
/
+654
*
Add deprecated versions of procs in windows.nim that had DWORD parameters con...
Chris Heller
2015-05-01
1
-0
/
+39
*
Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizes
Chris Heller
2015-04-28
1
-2
/
+2
*
Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T ins...
Chris Heller
2015-04-28
1
-5
/
+5
*
Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_T
Chris Heller
2015-04-28
1
-5
/
+5
*
Update other Virtual* procs that were using dwSize: DWORD to use SIZE_T
Chris Heller
2015-04-28
1
-3
/
+3
*
Add procs for VirtualAllocEx and VirtualFreeEx in windows.nim
Chris Heller
2015-04-27
1
-0
/
+6
*
Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of D...
Chris Heller
2015-04-27
1
-2
/
+2
*
windows.nim is gcsafe
Araq
2015-04-04
1
-4
/
+6
*
Corrected SYSTEM_INFO structure to match pointer type on 64-bit systems
Jonathan Edwards
2015-02-21
1
-1
/
+1
*
bugfix: do not use unknown conditional symbols
Araq
2014-12-05
1
-5
/
+5
*
CS fixes for dialogs on Windows.
Dominik Picheta
2014-10-05
1
-1
/
+1
*
made windows.nim compatible with --cs:partial
Araq
2014-08-29
1
-228
/
+228
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamed UINT in windows.nim to WINUINT
Charlie
2014-05-26
1
-846
/
+846
*
Manual merge of pull request #1138
Clay Sweetser
2014-05-24
1
-2
/
+2
*
Changed COLORREF from int to DWORD (32 bit long), so that it works also on 64...
enurlyx
2014-05-04
1
-5
/
+5
*
1) export UINT
enurlyx
2014-04-22
1
-2
/
+2
*
unittest module works again
Araq
2014-01-18
1
-19
/
+0
*
Revert "removed windows". Refs #698.
Grzegorz Adam Hankiewicz
2013-12-09