mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:23:04 +00:00
Add .gitattributes and .gitignore files and normalize line endings in the repository (#10)
This commit is contained in:
parent
c609406c2f
commit
9ebf43567d
309 changed files with 66975 additions and 66873 deletions
|
@ -1,25 +1,25 @@
|
|||
/*****************************************************************************
|
||||
|
||||
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;
|
||||
|
||||
//extern INT PASCAL wWinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPCWSTR CmdLine, INT ShowCmd);
|
||||
|
||||
#endif // FRAGINATOR_H
|
||||
/*****************************************************************************
|
||||
|
||||
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;
|
||||
|
||||
//extern INT PASCAL wWinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPCWSTR CmdLine, INT ShowCmd);
|
||||
|
||||
#endif // FRAGINATOR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue