-/* $Id: getprocaddress.c,v 1.2 2001/11/21 17:21:41 brianp Exp $ */
+/* $Id: getprocaddress.c,v 1.3 2002/10/15 14:43:55 brianp Exp $ */
/*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
"glWindowPos3dvARB",
"glWindowPos3fvARB",
"glWindowPos3ivARB",
+ "glWindowPos3svARB",
+ "-EXT_stencil_two_side",
+ "glActiveStencilFaceEXT",
NULL
};
-
static int
extension_supported(const char *haystack, const char *needle)
{
-/* $Id: texrect.c,v 1.1 2002/06/15 03:08:19 brianp Exp $ */
+/* $Id: texrect.c,v 1.2 2002/10/15 14:43:55 brianp Exp $ */
/* GL_NV_texture_rectangle test
*
*/
+#define GL_GLEXT_PROTOTYPES
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
"END";
if (!glutExtensionSupported("GL_NV_vertex_program")) {
- printf("Sorry, this program requires GL_NV_vertex_program");
+ printf("Sorry, this program requires GL_NV_vertex_program\n");
exit(1);
}