Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f60ec4ea
Commit
f60ec4ea
authored
Nov 12, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glu32: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ec55b1c2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
18 deletions
+2
-18
Makefile.in
dlls/glu32/Makefile.in
+2
-0
glu.c
dlls/glu32/glu.c
+0
-3
mipmap.c
dlls/glu32/mipmap.c
+0
-9
project.c
dlls/glu32/project.c
+0
-3
quad.c
dlls/glu32/quad.c
+0
-3
No files found.
dlls/glu32/Makefile.in
View file @
f60ec4ea
...
...
@@ -2,6 +2,8 @@ MODULE = glu32.dll
IMPORTLIB
=
glu32
IMPORTS
=
opengl32
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
geom.c
\
glu.c
\
...
...
dlls/glu32/glu.c
View file @
f60ec4ea
...
...
@@ -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>
...
...
dlls/glu32/mipmap.c
View file @
f60ec4ea
...
...
@@ -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
...
...
dlls/glu32/project.c
View file @
f60ec4ea
...
...
@@ -28,9 +28,6 @@
* Silicon Graphics, Inc.
*/
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include "windef.h"
...
...
dlls/glu32/quad.c
View file @
f60ec4ea
...
...
@@ -28,9 +28,6 @@
* Silicon Graphics, Inc.
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <math.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment