mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Case-sensitivity fix for Linux build hosts. Spotted by Tushar S. (GreyGhost)
svn path=/trunk/; revision=33499
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define FRAGINATOR_H
|
||||
|
||||
|
||||
#include "unfrag.h"
|
||||
#include "Unfrag.h"
|
||||
#include <commctrl.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "unfrag.h"
|
||||
#include "Unfrag.h"
|
||||
#include "MainDialog.h"
|
||||
#include "resource.h"
|
||||
#include "Fraginator.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "ReportDialog.h"
|
||||
#include "unfrag.h"
|
||||
#include "Unfrag.h"
|
||||
#include "Fraginator.h"
|
||||
#include "DriveVolume.h"
|
||||
#include "Defragment.h"
|
||||
|
||||
Reference in New Issue
Block a user