Fixed line endings on WinRT source code

This commit is contained in:
Sam Lantinga
2014-03-09 11:06:11 -07:00
parent 61ae0c1b50
commit 05c23063bb
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;