mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[DISKPART]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61612
This commit is contained in:
parent
8afbde3981
commit
c048eac06a
36 changed files with 44 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
* PURPOSE: Manages all the partitions of the OS in an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL assign_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* PURPOSE: Manages all the partitions of the OS in an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL attach_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* PURPOSE: Manages all the partitions of the OS in an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL attributes_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* PURPOSE: Manages all the partitions of the OS in an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL automount_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL break_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL clean_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL compact_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL convert_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL create_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL delete_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL detach_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL detail_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -8,8 +8,14 @@
|
|||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <winbase.h>
|
||||
#include <wincon.h>
|
||||
#include <winuser.h>
|
||||
|
||||
/* FUNCTIONS ******************************************************************/
|
||||
VOID
|
||||
PrintResourceString(INT resID, ...)
|
||||
|
|
|
@ -6,19 +6,16 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#ifndef DISKPART_H
|
||||
#define DISKPART_H
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wincon.h>
|
||||
#include <winuser.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
#endif
|
||||
#ifdef LANGUAGE_SQ_AL
|
||||
#include "lang/sq-AL.rc"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL expand_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL extend_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL filesystems_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL format_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL gpt_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL import_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL inactive_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
static VOID list_disk(VOID)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL merge_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL offline_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL online_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL recover_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL remove_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL repair_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL rescan_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL retain_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL san_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL select_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL setid_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL shrink_main(INT argc, LPWSTR *argv)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* an interactive way
|
||||
* PROGRAMMERS: Lee Schroeder
|
||||
*/
|
||||
|
||||
#include "diskpart.h"
|
||||
|
||||
BOOL uniqueid_main(INT argc, LPWSTR *argv)
|
||||
|
|
Loading…
Reference in a new issue