Commit f60ec4ea authored by Alexandre Julliard's avatar Alexandre Julliard

glu32: Build with msvcrt.

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