mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 07:28:33 +00:00
[FREELDR]: Whitespace fixes only.
svn path=/trunk/; revision=65972
This commit is contained in:
parent
c5626957ba
commit
6c0accfe86
4 changed files with 16 additions and 17 deletions
|
@ -84,4 +84,3 @@ int iswctype(wint_t wc, wctype_t wctypeFlags)
|
||||||
{
|
{
|
||||||
return _isctype((char)wc, wctypeFlags);
|
return _isctype((char)wc, wctypeFlags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,9 @@ typedef struct tagCMDLINEINFO
|
||||||
LONG TimeOut;
|
LONG TimeOut;
|
||||||
} CMDLINEINFO, *PCMDLINEINFO;
|
} CMDLINEINFO, *PCMDLINEINFO;
|
||||||
|
|
||||||
void CmdLineParse(char *CmdLine);
|
VOID CmdLineParse(IN PCHAR CmdLine);
|
||||||
|
|
||||||
const char *CmdLineGetDefaultOS(void);
|
PCCH CmdLineGetDefaultOS(VOID);
|
||||||
LONG CmdLineGetTimeOut(void);
|
LONG CmdLineGetTimeOut(VOID);
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
DBG_DEFAULT_CHANNEL(WINDOWS);
|
DBG_DEFAULT_CHANNEL(WINDOWS);
|
||||||
|
|
||||||
//FIXME: Do a better way to retrieve Arc disk information
|
//FIXME: Find a better way to retrieve ARC disk information
|
||||||
extern ULONG reactos_disk_count;
|
extern ULONG reactos_disk_count;
|
||||||
extern ARC_DISK_SIGNATURE reactos_arc_disk_info[];
|
extern ARC_DISK_SIGNATURE reactos_arc_disk_info[];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue