reactos/rosapps/fraginator/Fraginator.h
KJK::Hyperion 018539280c - deleted temporary files, generated files, binaries
- migrated project files to Visual C++ 2005 Express - the latest, the best, for free
 - converted to an Unicode application

svn path=/trunk/; revision=21432
2006-04-01 15:02:38 +00:00

24 lines
538 B
C

/*****************************************************************************
Fraginator !!!
*****************************************************************************/
#ifndef FRAGINATOR_H
#define FRAGINATOR_H
#include "unfrag.h"
#include <CommCtrl.h>
int WINAPI WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPSTR CmdLine, int ShowCmd);
Defragment *StartDefragBox (wstring Drive, DefragType Method);
extern HINSTANCE GlobalHInstance;
extern Defragment *Defrag;
#endif // FRAGINATOR_H