* Sync up to trunk head (r65095).
[reactos.git] / base / system / diskpart / gpt.c
1 /*
2 * PROJECT: ReactOS DiskPart
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/diskpart/gpt.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 gpt_main(INT argc, LPWSTR *argv)
13 {
14 return TRUE;
15 }