mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[SC]
* Move conio.h inclusion where it's used. CORE-7716 svn path=/trunk/; revision=61565
This commit is contained in:
parent
2d73d7982e
commit
e317bc769d
2 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <winsvc.h>
|
#include <winsvc.h>
|
||||||
#include <conio.h>
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#define SCDBG
|
#define SCDBG
|
||||||
|
|
|
@ -6,8 +6,11 @@
|
||||||
* COPYRIGHT: Copyright 2005 - 2006 Ged Murphy <gedmurphy@gmail.com>
|
* COPYRIGHT: Copyright 2005 - 2006 Ged Murphy <gedmurphy@gmail.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sc.h"
|
#include "sc.h"
|
||||||
|
|
||||||
|
#include <conio.h>
|
||||||
|
|
||||||
VOID MainUsage(VOID)
|
VOID MainUsage(VOID)
|
||||||
{
|
{
|
||||||
INT c;
|
INT c;
|
||||||
|
|
Loading…
Reference in a new issue