Commit f60ec4ea authored by Alexandre Julliard's avatar Alexandre Julliard

glu32: Build with msvcrt.

parent ec55b1c2
...@@ -2,6 +2,8 @@ MODULE = glu32.dll ...@@ -2,6 +2,8 @@ MODULE = glu32.dll
IMPORTLIB = glu32 IMPORTLIB = glu32
IMPORTS = opengl32 IMPORTS = opengl32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
geom.c \ geom.c \
glu.c \ glu.c \
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include "wine/port.h"
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
* Silicon Graphics, Inc. * Silicon Graphics, Inc.
*/ */
#include "config.h"
#include "wine/port.h"
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -4770,10 +4767,6 @@ static void fill_image(const PixelStorageModes *psm, ...@@ -4770,10 +4767,6 @@ static void fill_image(const PixelStorageModes *psm,
assert(iter2 == &newimage[width*height* assert(iter2 == &newimage[width*height*
elements_per_group(format,0)]); elements_per_group(format,0)]);
} }
assert( iter == &((const GLubyte *)userdata)[rowsize*height +
psm->unpack_skip_rows * rowsize +
psm->unpack_skip_pixels * group_size] );
} /* else */ } /* else */
} /* fill_image() */ } /* fill_image() */
...@@ -6049,8 +6042,6 @@ static void scaleInternalPackedPixel(int components, ...@@ -6049,8 +6042,6 @@ static void scaleInternalPackedPixel(int components,
highy_int++; highy_int++;
} }
} }
assert(outindex == (widthOut*heightOut - 1));
} /* scaleInternalPackedPixel() */ } /* scaleInternalPackedPixel() */
/* rowSizeInBytes is at least the width (in bytes) due to padding on /* rowSizeInBytes is at least the width (in bytes) due to padding on
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
* Silicon Graphics, Inc. * Silicon Graphics, Inc.
*/ */
#include "config.h"
#include "wine/port.h"
#include <math.h> #include <math.h>
#include "windef.h" #include "windef.h"
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
* Silicon Graphics, Inc. * Silicon Graphics, Inc.
*/ */
#include "config.h"
#include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <math.h> #include <math.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment