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
83b6c8a5
Commit
83b6c8a5
authored
Oct 18, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Convert source files to utf-8.
parent
ebdb933b
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
cproxy.c
dlls/rpcrt4/cproxy.c
+1
-1
cpsf.c
dlls/rpcrt4/cpsf.c
+1
-1
cpsf.h
dlls/rpcrt4/cpsf.h
+1
-1
cstub.c
dlls/rpcrt4/cstub.c
+1
-1
ndr_clientserver.c
dlls/rpcrt4/ndr_clientserver.c
+1
-1
ndr_misc.h
dlls/rpcrt4/ndr_misc.h
+1
-1
ndr_ole.c
dlls/rpcrt4/ndr_ole.c
+1
-1
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+1
-1
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+1
-1
rpc_binding.h
dlls/rpcrt4/rpc_binding.h
+1
-1
rpc_defs.h
dlls/rpcrt4/rpc_defs.h
+1
-1
rpc_epmap.c
dlls/rpcrt4/rpc_epmap.c
+1
-1
rpc_message.c
dlls/rpcrt4/rpc_message.c
+1
-1
rpc_server.c
dlls/rpcrt4/rpc_server.c
+1
-1
rpc_server.h
dlls/rpcrt4/rpc_server.h
+1
-1
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+1
-1
No files found.
dlls/rpcrt4/cproxy.c
View file @
83b6c8a5
/*
* COM proxy implementation
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/cpsf.c
View file @
83b6c8a5
/*
* COM proxy/stub factory (CStdPSFactory) implementation
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/cpsf.h
View file @
83b6c8a5
/*
* COM proxy definitions
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/cstub.c
View file @
83b6c8a5
/*
* COM stub (CStdStubBuffer) implementation
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/ndr_clientserver.c
View file @
83b6c8a5
/*
* MIDL proxy/stub stuff
*
* Copyright 2002 Ove Kven, TransGaming Technologies
* Copyright 2002 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/ndr_misc.h
View file @
83b6c8a5
/*
* NDR definitions
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/ndr_ole.c
View file @
83b6c8a5
/*
* OLE32 callouts, COM interface marshalling
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/ndr_stubless.c
View file @
83b6c8a5
/*
* NDR -Oi,-Oif,-Oicf Interpreter
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
* Copyright 2003-5 Robert Shearman (for CodeWeavers)
*
* This library is free software; you can redistribute it and/or
...
...
dlls/rpcrt4/rpc_binding.c
View file @
83b6c8a5
/*
* RPC binding API
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
* Copyright 2003 Mike Hearn
* Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
...
...
dlls/rpcrt4/rpc_binding.h
View file @
83b6c8a5
/*
* RPC binding API
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/rpc_defs.h
View file @
83b6c8a5
/*
* RPC definitions
*
* Copyright 2001-2002 Ove Kven, TransGaming Technologies
* Copyright 2001-2002 Ove K
å
ven, TransGaming Technologies
* Copyright 2004 Filip Navara
*
* This library is free software; you can redistribute it and/or
...
...
dlls/rpcrt4/rpc_epmap.c
View file @
83b6c8a5
...
...
@@ -2,7 +2,7 @@
* RPC endpoint mapper
*
* Copyright 2002 Greg Turner
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
* Copyright 2008 Robert Shearman (for CodeWeavers)
*
* This library is free software; you can redistribute it and/or
...
...
dlls/rpcrt4/rpc_message.c
View file @
83b6c8a5
/*
* RPC messages
*
* Copyright 2001-2002 Ove Kven, TransGaming Technologies
* Copyright 2001-2002 Ove K
å
ven, TransGaming Technologies
* Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
*
...
...
dlls/rpcrt4/rpc_server.c
View file @
83b6c8a5
/*
* RPC server API
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
* Copyright 2004 Filip Navara
* Copyright 2006-2008 Robert Shearman (for CodeWeavers)
*
...
...
dlls/rpcrt4/rpc_server.h
View file @
83b6c8a5
/*
* RPC server API
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/rpcrt4/rpc_transport.c
View file @
83b6c8a5
/*
* RPC transport layer
*
* Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2001 Ove K
å
ven, TransGaming Technologies
* Copyright 2003 Mike Hearn
* Copyright 2004 Filip Navara
* Copyright 2006 Mike McCormack
...
...
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