ReactOS 0.4.15-dev-7953-g1f49173
Uuid.c
Go to the documentation of this file.
1/*
2 * PROJECT: Mke2fs
3 * FILE: Timer.c
4 * PROGRAMMER: Matt Wu <mattwu@163.com>
5 * HOMEPAGE: http://ext2.yeah.net
6 */
7
8/* INCLUDES **************************************************************/
9
10#include "Mke2fs.h"
11
12/* DEFINITIONS ***********************************************************/
13
14
15/* FUNCTIONS *************************************************************/
16
18{
19#if 0
20 UuidCreate((UUID *) uuid);
21#else
23#endif
24}
void uuid_generate(__u8 *uuid)
Definition: Uuid.c:17
u8 __u8
Definition: btrfs.h:17
Definition: msctf.idl:550
RPC_STATUS WINAPI UuidCreate(UUID *Uuid)
Definition: rpcrt4_main.c:305
#define RtlZeroMemory(Destination, Length)
Definition: typedefs.h:262