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
9e1c7a30
Commit
9e1c7a30
authored
Jun 25, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Jun 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Use DCE/RPC to contact the endpoint-mapper server.
parent
16849ceb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
4 deletions
+26
-4
.gitignore
.gitignore
+2
-0
Makefile.in
dlls/rpcrt4/Makefile.in
+3
-0
epm.idl
dlls/rpcrt4/epm.idl
+19
-0
epm_towers.h
dlls/rpcrt4/epm_towers.h
+2
-4
rpc_epmap.c
dlls/rpcrt4/rpc_epmap.c
+0
-0
No files found.
.gitignore
View file @
9e1c7a30
...
...
@@ -346,6 +346,8 @@ dlls/riched20/tests/testlist.c
dlls/riched32/tests/*.ok
dlls/riched32/tests/riched32_crosstest.exe
dlls/riched32/tests/testlist.c
dlls/rpcrt4/epm.h
dlls/rpcrt4/epm_c.c
dlls/rpcrt4/librpcrt4.def
dlls/rpcrt4/tests/*.ok
dlls/rpcrt4/tests/rpcrt4_crosstest.exe
...
...
dlls/rpcrt4/Makefile.in
View file @
9e1c7a30
...
...
@@ -30,6 +30,9 @@ C_SRCS = \
RC_SRCS
=
version.rc
IDL_C_SRCS
=
\
epm.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/rpcrt4/epm.idl
0 → 100644
View file @
9e1c7a30
/*
*
Copyright
2008
Robert
Shearman
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
include
"wine/epm.idl"
dlls/rpcrt4/epm_towers.h
View file @
9e1c7a30
...
...
@@ -19,6 +19,8 @@
*
*/
#include "wine/epm.h"
#define EPM_PROTOCOL_DNET_NSP 0x04
#define EPM_PROTOCOL_OSI_TP4 0x05
#define EPM_PROTOCOL_OSI_CLNS 0x06
...
...
@@ -48,10 +50,6 @@
#include <pshpack1.h>
typedef
unsigned
char
u_int8
;
typedef
unsigned
short
u_int16
;
typedef
unsigned
int
u_int32
;
typedef
struct
{
u_int16
count_lhs
;
...
...
dlls/rpcrt4/rpc_epmap.c
View file @
9e1c7a30
This diff is collapsed.
Click to expand it.
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