Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-04-16 06:57:33 +0400
committerChristopher Faylor <me@cgf.cx>2003-04-16 06:57:33 +0400
commit9eed5df6392240b46c2506dcb37227ee73f5a806 (patch)
tree2d3b325f40089205465395074e5e05bb4c116548 /winsup/w32api/include/rpcdce.h
parentffb576fbf2440548e717bf7f37b3aafa48ee2fbc (diff)
* rpcdce.h: Add declaration for UuidCreateSequential.
* rpcrt4.def: Add entry for UuidCreateSequential.
Diffstat (limited to 'winsup/w32api/include/rpcdce.h')
-rw-r--r--winsup/w32api/include/rpcdce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/rpcdce.h b/winsup/w32api/include/rpcdce.h
index 39b6474f3..4cd3ff612 100644
--- a/winsup/w32api/include/rpcdce.h
+++ b/winsup/w32api/include/rpcdce.h
@@ -366,6 +366,7 @@ DECLSPEC_NORETURN void RPC_ENTRY RpcRaiseException(RPC_STATUS);
RPC_STATUS RPC_ENTRY RpcTestCancel(void);
RPC_STATUS RPC_ENTRY RpcCancelThread(void*);
RPC_STATUS RPC_ENTRY UuidCreate(UUID*);
+RPC_STATUS RPC_ENTRY UuidCreateSequential(UUID*);
signed int RPC_ENTRY UuidCompare(UUID*,UUID*, RPC_STATUS*);
RPC_STATUS RPC_ENTRY UuidCreateNil(UUID*);
int RPC_ENTRY UuidEqual(UUID*,UUID*, RPC_STATUS*);