* Move conio.h inclusion where it's used.
CORE-7716

svn path=/trunk/; revision=61565
This commit is contained in:
Amine Khaldi 2014-01-07 17:10:31 +00:00
parent 2d73d7982e
commit e317bc769d
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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;