mesa.patch2
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. ==== //sw/main/apps/OpenGL/glut/lib/glut/win32_x11.c#6 - d:srcswmainappsOpenGLglutlibglutwin32_x11.c ====
  2. ***************
  3. *** 6,13 ****
  4.      and is provided without guarantee or warrantee expressed or 
  5.      implied. This program is -not- in the public domain. */
  6.   
  7. ! #include <stdio.h>
  8. ! #include "win32_x11.h"
  9.   
  10.   /* global variable that must be set for some functions to operate
  11.      correctly. */
  12. --- 6,12 ----
  13.      and is provided without guarantee or warrantee expressed or 
  14.      implied. This program is -not- in the public domain. */
  15.   
  16. ! #include "glutint.h"
  17.   
  18.   /* global variable that must be set for some functions to operate
  19.      correctly. */
  20. ==== //sw/main/apps/OpenGL/glut/lib/glut/win32_glx.c#8 - d:srcswmainappsOpenGLglutlibglutwin32_glx.c ====
  21. ***************
  22. *** 5,12 ****
  23.      and is provided without guarantee or warrantee expressed or 
  24.      implied. This program is -not- in the public domain. */
  25.   
  26. ! #include <stdio.h>
  27. ! #include "win32_glx.h"
  28.   
  29.   /* global current HDC */
  30.   extern HDC XHDC;
  31. --- 5,11 ----
  32.      and is provided without guarantee or warrantee expressed or 
  33.      implied. This program is -not- in the public domain. */
  34.   
  35. ! #include "glutint.h"
  36.   
  37.   /* global current HDC */
  38.   extern HDC XHDC;