src/freeglut_window.c:551 Removed extra carriage return for Windows users

(John F. Fay)


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@150 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-08-01 19:28:21 +00:00
parent 86fc5705eb
commit 3a3e68b87e
2 changed files with 4 additions and 2 deletions

View File

@ -254,3 +254,6 @@ October 24, 2002:
******************************************************************************************* *******************************************************************************************
(95) src/freeglut_initial.c:91 Added check for SOLARIS OS (Dave Reed) (95) src/freeglut_initial.c:91 Added check for SOLARIS OS (Dave Reed)
(96) src/freeglut_window.c:551 Removed extra carriage return for Windows users (John F. Fay)

View File

@ -548,8 +548,7 @@ void fgOpenWindow( SFG_Window* window, const char* title, int x, int y, int w, i
# endif # endif
} }
#elif TAR #elif TARGET_HOST_WIN32
GET_HOST_WIN32
WNDCLASS wc; WNDCLASS wc;
int flags; int flags;