Opentk/Source/OpenTK/Platform/Windows
Stefanos A. 0d3ab7174c Fixed crash on 32-bit machines
uint-to-intptr conversion must obey uint-to-int conversions on 32-bit
machines, otherwise an OverflowException may occur: conversions of
numbers over 2^31-1 must be declared as unchecked.

Fixes issue reported here: http://www.opentk.com/node/3418
2013-10-21 19:41:26 +02:00
..
Bindings
API.cs Fixed crash on 32-bit machines 2013-10-21 19:41:26 +02:00
WglHelper.cs
WinDisplayDevice.cs
WinFactory.cs Normalized line endings 2013-10-11 01:58:54 +02:00
WinGLContext.cs Reload WGL entry points in WinGLContext() 2013-10-03 14:04:34 +02:00
WinGLNative.cs Use locale-independent scancodes 2013-10-03 20:53:34 +02:00
WinGraphicsMode.cs
WinInputBase.cs Fixed line endings 2013-10-10 00:18:59 +02:00
WinKeyMap.cs Use locale-independent scancodes 2013-10-03 20:53:34 +02:00
WinMMJoystick.cs
WinRawInput.cs
WinRawKeyboard.cs [DllImport] registry methods when the Microsoft.Win32 namespace is not 2013-10-12 05:15:46 +02:00
WinRawMouse.cs
WinWindowInfo.cs