ReactOS 0.4.15-dev-7931-gfd331f1
Fraginator.h
Go to the documentation of this file.
1/*****************************************************************************
2
3 Fraginator !!!
4
5*****************************************************************************/
6
7
8#ifndef FRAGINATOR_H
9#define FRAGINATOR_H
10
11
12#include "Unfrag.h"
13#include <commctrl.h>
14
15
16//int WINAPI WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPSTR CmdLine, int ShowCmd);
18
19
21extern Defragment *Defrag;
22
23//extern INT PASCAL wWinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPCWSTR CmdLine, INT ShowCmd);
24
25#endif // FRAGINATOR_H
Defragment * Defrag
Definition: Fraginator.cpp:20
Defragment * StartDefragBox(wstring Drive, DefragType Method)
HINSTANCE GlobalHInstance
Definition: Fraginator.cpp:19
DefragType
Definition: Unfrag.h:67
PWCHAR Drive
Definition: chkdsk.c:73