egl: fix _eglGlobal initialization for Windows

This commit is contained in:
Jonathan White 2008-08-04 16:30:04 -06:00 committed by Brian Paul
parent 2783f3bfab
commit 655ca5afad
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
#include <stdlib.h>
#include "eglglobals.h"
struct _egl_global _eglGlobal = { .Initialized = EGL_FALSE };
struct _egl_global _eglGlobal =
{
EGL_FALSE
};
/**
* Init the fields in the _eglGlobal struct