Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
db4c1561
Commit
db4c1561
authored
Dec 16, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebuild: Allow -register flag for Win32 too.
This way it can be used as hint for the relay code.
parent
628ede47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
parser.c
tools/winebuild/parser.c
+0
-6
winebuild.man.in
tools/winebuild/winebuild.man.in
+1
-1
No files found.
tools/winebuild/parser.c
View file @
db4c1561
...
@@ -518,12 +518,6 @@ static int parse_spec_ordinal( int ordinal, DLLSPEC *spec )
...
@@ -518,12 +518,6 @@ static int parse_spec_ordinal( int ordinal, DLLSPEC *spec )
odp
->
ordinal
=
ordinal
;
odp
->
ordinal
=
ordinal
;
}
}
if
(
spec
->
type
==
SPEC_WIN32
&&
odp
->
flags
&
FLAG_REGISTER
)
{
error
(
"-register flag not supported for Win32 entry points
\n
"
);
goto
error
;
}
if
(
odp
->
type
==
TYPE_STDCALL
&&
!
(
odp
->
flags
&
FLAG_PRIVATE
))
if
(
odp
->
type
==
TYPE_STDCALL
&&
!
(
odp
->
flags
&
FLAG_PRIVATE
))
{
{
if
(
!
strcmp
(
odp
->
name
,
"DllRegisterServer"
)
||
if
(
!
strcmp
(
odp
->
name
,
"DllRegisterServer"
)
||
...
...
tools/winebuild/winebuild.man.in
View file @
db4c1561
...
@@ -260,7 +260,7 @@ The function returns a 64-bit value (Win32 only).
...
@@ -260,7 +260,7 @@ The function returns a 64-bit value (Win32 only).
The entry point is only available on i386 platforms.
The entry point is only available on i386 platforms.
.TP
.TP
.B -register
.B -register
The function uses CPU register to pass arguments
(Win16 only)
.
The function uses CPU register to pass arguments.
.TP
.TP
.B -private
.B -private
The function cannot be imported from other dlls, it can only be
The function cannot be imported from other dlls, it can only be
...
...
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