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
1fdebb77
Commit
1fdebb77
authored
May 03, 2017
by
Daniel Lehman
Committed by
Alexandre Julliard
May 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove references to SPARC.
SPARC support removed in 2013. Signed-off-by:
Daniel Lehman
<
dlehman25@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8753a1b2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
basetsd.h
include/basetsd.h
+1
-5
crtdefs.h
include/msvcrt/crtdefs.h
+1
-1
windef.h
include/windef.h
+1
-1
No files found.
include/basetsd.h
View file @
1fdebb77
...
...
@@ -36,7 +36,7 @@ extern "C" {
* 64-bit.
*/
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__
sparc64__) || defined(__
aarch64__)) && !defined(_WIN64)
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64)
#define _WIN64
#endif
...
...
@@ -277,10 +277,6 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
# undef WORDS_BIGENDIAN
# undef BITFIELDS_BIGENDIAN
# define ALLOW_UNALIGNED_ACCESS
#elif defined(__sparc__)
# define WORDS_BIGENDIAN
# define BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS
#elif defined(__powerpc__)
# define WORDS_BIGENDIAN
# define BITFIELDS_BIGENDIAN
...
...
include/msvcrt/crtdefs.h
View file @
1fdebb77
...
...
@@ -29,7 +29,7 @@
# error You cannot use both wine/port.h and msvcrt headers
#endif
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__
sparc64__) || defined(__
aarch64__)) && !defined(_WIN64)
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64)
#define _WIN64
#endif
...
...
include/windef.h
View file @
1fdebb77
...
...
@@ -37,7 +37,7 @@ extern "C" {
/* Calling conventions definitions */
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__
sparc64__) || defined(__
aarch64__)) && !defined(_WIN64)
#if (defined(__x86_64__) || defined(__powerpc64__) || defined(__aarch64__)) && !defined(_WIN64)
#define _WIN64
#endif
...
...
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