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 //extern INT PASCAL wWinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPCWSTR CmdLine, INT ShowCmd); 24 25 #endif // FRAGINATOR_H 26