X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreeglut_internal.h;h=74e454a46939fc0972ef2d88122860d5a0b88318;hb=6c3fc917f914a223cfa23f867ebfcb15ae3e24ae;hp=8ad18e9eb365b3deaebb4624ad0974e3122c3b53;hpb=d07405529a94b1fed8d2e89abb75fee9b6b9b793;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 8ad18e9..74e454a 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -88,15 +88,14 @@ /* -- PLATFORM-SPECIFIC INCLUDES ------------------------------------------- */ -/* All Win32 headers depend on the huge Windows.h recursive include. - * Note: Let's use proper case for MS-Win headers. Even though it's - * not required due to case insensitivity, it's a good habit to keep - * because the cross-platform includes are case sensitive. +/* All Win32 headers depend on the huge windows.h recursive include. + * Note: Lower-case header names are used, for best cross-platform + * compatibility. */ #if TARGET_HOST_MS_WINDOWS && !defined(_WIN32_WCE) -# include -# include -# include +# include +# include +# include /* CYGWIN does not have tchar.h, but has TEXT(x), defined in winnt.h. */ # ifndef __CYGWIN__ # include