2006-03-30 00:09:09 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
|
|
|
|
Fraginator !!!
|
|
|
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef FRAGINATOR_H
|
|
|
|
#define FRAGINATOR_H
|
|
|
|
|
|
|
|
|
|
|
|
#include "unfrag.h"
|
|
|
|
#include <CommCtrl.h>
|
|
|
|
|
|
|
|
|
|
|
|
int WINAPI WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPSTR CmdLine, int ShowCmd);
|
2006-04-01 15:02:38 +00:00
|
|
|
Defragment *StartDefragBox (wstring Drive, DefragType Method);
|
2006-03-30 00:09:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
extern HINSTANCE GlobalHInstance;
|
|
|
|
extern Defragment *Defrag;
|
|
|
|
|
|
|
|
|
|
|
|
#endif // FRAGINATOR_H
|