2006-03-30 00:09:09 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
|
|
|
|
Fraginator !!!
|
|
|
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef FRAGINATOR_H
|
|
|
|
#define FRAGINATOR_H
|
|
|
|
|
|
|
|
|
2008-05-13 17:32:19 +00:00
|
|
|
#include "Unfrag.h"
|
2008-02-20 20:58:39 +00:00
|
|
|
#include <commctrl.h>
|
2006-03-30 00:09:09 +00:00
|
|
|
|
|
|
|
|
2008-04-20 09:23:29 +00:00
|
|
|
//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;
|
|
|
|
|
2008-04-20 09:23:29 +00:00
|
|
|
//extern INT PASCAL wWinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPCWSTR CmdLine, INT ShowCmd);
|
2006-03-30 00:09:09 +00:00
|
|
|
|
2008-02-20 20:58:39 +00:00
|
|
|
#endif // FRAGINATOR_H
|