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
456ffd62
Commit
456ffd62
authored
Aug 16, 2002
by
François Gouget
Committed by
Alexandre Julliard
Aug 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the default CPU type so that QuickTime will also run on
platforms where the cpu detection code does not work.
parent
409000c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cpu.c
misc/cpu.c
+2
-2
No files found.
misc/cpu.c
View file @
456ffd62
...
...
@@ -81,9 +81,9 @@ VOID WINAPI GetSystemInfo(
cachedsi
.
lpMaximumApplicationAddress
=
(
void
*
)
0x7FFFFFFF
;
cachedsi
.
dwActiveProcessorMask
=
1
;
cachedsi
.
dwNumberOfProcessors
=
1
;
cachedsi
.
dwProcessorType
=
PROCESSOR_INTEL_
386
;
cachedsi
.
dwProcessorType
=
PROCESSOR_INTEL_
PENTIUM
;
cachedsi
.
dwAllocationGranularity
=
0x10000
;
cachedsi
.
wProcessorLevel
=
3
;
/* 3
86 */
cachedsi
.
wProcessorLevel
=
5
;
/* 5
86 */
cachedsi
.
wProcessorRevision
=
0
;
cache
=
1
;
/* even if there is no more info, we now have a cacheentry */
...
...
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