Add GLAPIENTRY function decorations for correct operation on Windows.
[mesa.git] / src / mesa / main / nvvertparse.c
index fd99a261f0bb244feb98667694d337c29d8e61e3..15451adc71f149b267ad1875847ce8a0aed62698 100644 (file)
  * \author Brian Paul
  */
 
+/*
+ * Regarding GL_NV_vertex_program, GL_NV_vertex_program1_1:
+ *
+ * Portions of this software may use or implement intellectual
+ * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims
+ * any and all warranties with respect to such intellectual property,
+ * including any use thereof or modifications thereto.
+ */
 
 #include "glheader.h"
 #include "context.h"
@@ -38,6 +46,8 @@
 #include "nvprogram.h"
 #include "nvvertparse.h"
 #include "nvvertprog.h"
+#include "program.h"
+
 
 /**
  * Current parsing state.  This structure is passed among the parsing