- Sync rpcrt4 with Wine-1.1.32. ReactOS-specific changes are:

* Use overlapped named pipes access mode, and use GetOverlappedResult for reading/writing too.
 * Add patch for waiting for server calls in RpcMgmtWaitServerListen (not fully correct one, but enough for now).
 * Hacks around ntsecapi.h inclusion (it can't be used properly with winternl.h).
 * Total removal of HTTP transport. Could be enabled when dynamic linking to wininet.dll will be possible.
- Change config.h to include new ASM macros. This is not platform independent.

svn path=/trunk/; revision=44130
This commit is contained in:
Aleksey Bragin
2009-11-13 13:26:54 +00:00
parent 08a2fdadeb
commit 8d0de240d5
26 changed files with 2971 additions and 903 deletions
+6
View File
@@ -975,12 +975,18 @@
`char[]'. */
#define YYTEXT_POINTER 1
/* Define to a macro to output a .cfi assembly pseudo-op */
#define __ASM_CFI(x)
/* Define to a macro to generate an assembly function directive */
#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
/* Define to a macro to generate an assembly name from a C symbol */
#define __ASM_NAME(name) "_" name
/* Define to a macro to generate an stdcall suffix */
#define __ASM_STDCALL(args) "@" #args
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */