move windows.h include from gl_common to gl_glew

SVN revision: 31200
This commit is contained in:
doursse 2007-08-07 05:38:24 +00:00 committed by doursse
parent 8ea12a434f
commit ed716c1888
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,6 @@
# include <X11/Xatom.h>
# include <X11/Xutil.h>
#else
# include <windows.h>
# include <GL/glew.h>
#endif /* WIN32 */

View File

@ -1,6 +1,8 @@
#ifndef __EVAS_ENGINE_H__
#define __EVAS_ENGINE_H__
#include <windows.h>
#include "evas_gl_common.h"