summary refs log tree commit diff stats
path: root/lib/windows/windows.nim
Commit message (Expand)AuthorAgeFilesLines
* Added line breaks to long 'deprecated' pragmasPerelandric2015-06-041-16/+165
* lib/windows - Dropped 'T' from typespdw2015-06-041-1114/+654
* Add deprecated versions of procs in windows.nim that had DWORD parameters con...Chris Heller2015-05-011-0/+39
* Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizesChris Heller2015-04-281-2/+2
* Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T ins...Chris Heller2015-04-281-5/+5
* Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_TChris Heller2015-04-281-5/+5
* Update other Virtual* procs that were using dwSize: DWORD to use SIZE_TChris Heller2015-04-281-3/+3
* Add procs for VirtualAllocEx and VirtualFreeEx in windows.nimChris Heller2015-04-271-0/+6
* Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of D...Chris Heller2015-04-271-2/+2
* windows.nim is gcsafeAraq2015-04-041-4/+6
* Corrected SYSTEM_INFO structure to match pointer type on 64-bit systemsJonathan Edwards2015-02-211-1/+1
* bugfix: do not use unknown conditional symbolsAraq2014-12-051-5/+5
* CS fixes for dialogs on Windows.Dominik Picheta2014-10-051-1/+1
* made windows.nim compatible with --cs:partialAraq2014-08-291-228/+228
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamed UINT in windows.nim to WINUINTCharlie2014-05-261-846/+846
* Manual merge of pull request #1138Clay Sweetser2014-05-241-2/+2
* Changed COLORREF from int to DWORD (32 bit long), so that it works also on 64...enurlyx2014-05-041-5/+5
* 1) export UINTenurlyx2014-04-221-2/+2
* unittest module works againAraq2014-01-181-19/+0
* Revert "removed windows". Refs #698.Grzegorz Adam Hankiewicz2013-12-09