Error GLFW: la biblioteca GLFW no se inicializa

if (!glfwInit(INIT_ARGS)) {
	// Some error happened!
}
Avetharun