|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "Fraginator.h"#include "Mutex.h"#include "DriveVolume.h"#include "Defragment.h"#include "MainDialog.h"#include "resource.h"
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| INT WINAPI | wWinMain (HINSTANCE HInstance, HINSTANCE hPrev, LPWSTR Cmd, int iCmd) |
Variables | |
| HINSTANCE | GlobalHInstance = NULL |
| Defragment * | Defrag = NULL |
| #define NDEBUG |
Definition at line 7 of file Fraginator.cpp.
| INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPWSTR | lpCmdLine, | ||
| int | nShowCmd | ||
| ) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 23 of file Fraginator.cpp.
| Defragment* Defrag = NULL |
Definition at line 20 of file Fraginator.cpp.
Referenced by DefragThread(), GetDefragTitle(), MainDialogProc(), ReportDialogProc(), SetDisables(), SetReportInfo(), and UpdateDefragInfo().
Definition at line 19 of file Fraginator.cpp.
Referenced by MainDialogProc(), and wWinMain().