Fixed line endings on WinRT source code

This commit is contained in:
Sam Lantinga 2014-03-09 11:06:11 -07:00
parent 780830080b
commit 211b54deef
35 changed files with 11262 additions and 11262 deletions

View file

@ -393,8 +393,8 @@ typedef enum {
#if __WINRT__
#include <Unknwn.h>
typedef IUnknown * EGLNativeWindowType;
typedef int EGLNativeDisplayType;
typedef IUnknown * EGLNativeWindowType;
typedef int EGLNativeDisplayType;
typedef HBITMAP EGLNativePixmapType;
#else
typedef HDC EGLNativeDisplayType;