Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenUuid.c
Go to the documentation of this file.
00001 /* 00002 * PROJECT: Mke2fs 00003 * FILE: Timer.c 00004 * PROGRAMMER: Matt Wu <mattwu@163.com> 00005 * HOMEPAGE: http://ext2.yeah.net 00006 */ 00007 00008 /* INCLUDES **************************************************************/ 00009 00010 #include "Mke2fs.h" 00011 00012 /* DEFINITIONS ***********************************************************/ 00013 00014 00015 /* FUNCTIONS *************************************************************/ 00016 00017 void uuid_generate(__u8 * uuid) 00018 { 00019 #if 0 00020 UuidCreate((UUID *) uuid); 00021 #else 00022 RtlZeroMemory(uuid, 16); 00023 #endif 00024 } Generated on Sun May 27 2012 04:36:13 for ReactOS by
1.7.6.1
|