ReactOS 0.4.15-dev-7918-g2a2556c
repair.c File Reference
#include "diskpart.h"
Include dependency graph for repair.c:

Go to the source code of this file.

Functions

BOOL repair_main (INT argc, LPWSTR *argv)
 

Function Documentation

◆ repair_main()

BOOL repair_main ( INT  argc,
LPWSTR argv 
)

Definition at line 11 of file repair.c.

12{
13 ConPuts(StdOut, L"\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n");
14 return TRUE;
15}
void ConPuts(FILE *fp, LPCWSTR psz)
Definition: fc.c:16
#define StdOut
Definition: fc.c:14
#define TRUE
Definition: types.h:120
#define L(x)
Definition: ntvdm.h:50