* rpcdce.h: Add declaration for UuidCreateSequential.
* rpcrt4.def: Add entry for UuidCreateSequential.
This commit is contained in:
parent
ffb576fbf2
commit
9eed5df639
|
@ -1,3 +1,8 @@
|
||||||
|
2003-04-15 Chris January <chris@atomice.net>
|
||||||
|
|
||||||
|
* rpcdce.h: Add declaration for UuidCreateSequential.
|
||||||
|
* rpcrt4.def: Add entry for UuidCreateSequential.
|
||||||
|
|
||||||
2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
|
2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winuser.h (VK_*): Add missing defines.
|
* include/winuser.h (VK_*): Add missing defines.
|
||||||
|
|
|
@ -366,6 +366,7 @@ DECLSPEC_NORETURN void RPC_ENTRY RpcRaiseException(RPC_STATUS);
|
||||||
RPC_STATUS RPC_ENTRY RpcTestCancel(void);
|
RPC_STATUS RPC_ENTRY RpcTestCancel(void);
|
||||||
RPC_STATUS RPC_ENTRY RpcCancelThread(void*);
|
RPC_STATUS RPC_ENTRY RpcCancelThread(void*);
|
||||||
RPC_STATUS RPC_ENTRY UuidCreate(UUID*);
|
RPC_STATUS RPC_ENTRY UuidCreate(UUID*);
|
||||||
|
RPC_STATUS RPC_ENTRY UuidCreateSequential(UUID*);
|
||||||
signed int RPC_ENTRY UuidCompare(UUID*,UUID*, RPC_STATUS*);
|
signed int RPC_ENTRY UuidCompare(UUID*,UUID*, RPC_STATUS*);
|
||||||
RPC_STATUS RPC_ENTRY UuidCreateNil(UUID*);
|
RPC_STATUS RPC_ENTRY UuidCreateNil(UUID*);
|
||||||
int RPC_ENTRY UuidEqual(UUID*,UUID*, RPC_STATUS*);
|
int RPC_ENTRY UuidEqual(UUID*,UUID*, RPC_STATUS*);
|
||||||
|
|
|
@ -344,6 +344,7 @@ TowerExplode@24
|
||||||
UuidCompare@12
|
UuidCompare@12
|
||||||
UuidCreate@4
|
UuidCreate@4
|
||||||
UuidCreateNil@4
|
UuidCreateNil@4
|
||||||
|
UuidCreateSequential@4
|
||||||
UuidEqual@12
|
UuidEqual@12
|
||||||
UuidFromStringA@8
|
UuidFromStringA@8
|
||||||
UuidFromStringW@8
|
UuidFromStringW@8
|
||||||
|
|
Loading…
Reference in New Issue