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 Avoid loading Wgl entry points automatically. This is now explicitly done through WinGLContext. 2010-11-23 22:08:53 +00:00
WinDisplayDevice.cs
WinFactory.cs Normalized line endings 2013-10-11 01:58:54 +02:00
WinGLContext.cs
WinGLNative.cs
WinGraphicsMode.cs
WinInputBase.cs
WinKeyMap.cs
WinMMJoystick.cs
WinRawInput.cs
WinRawKeyboard.cs
WinRawMouse.cs
WinWindowInfo.cs