mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
018539280c
- migrated project files to Visual C++ 2005 Express - the latest, the best, for free - converted to an Unicode application svn path=/trunk/; revision=21432
24 lines
538 B
C
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
|