3d11a844008cbd033cef7fd561110af513e72a41
[reactos.git] / reactos / base / system / diskpart / uniqueid.c
1 /*
2 * PROJECT: ReactOS DiskPart
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/diskpart/uniqueid.c
5 * PURPOSE: Manages all the partitions of the OS in
6 * an interactive way
7 * PROGRAMMERS: Lee Schroeder
8 */
9
10 #include "diskpart.h"
11
12 BOOL uniqueid_main(INT argc, LPWSTR *argv)
13 {
14 return TRUE;
15 }