No need to define __USE_W32API
[reactos.git] / rosapps / fraginator / Fraginator.h
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);
17 Defragment *StartDefragBox (wstring Drive, DefragType Method);
18
19
20 extern HINSTANCE GlobalHInstance;
21 extern Defragment *Defrag;
22
23
24 #endif // FRAGINATOR_H