glu32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ec55b1c271
commit
f60ec4ea06
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue