mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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 <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winsvc.h>
|
||||
#include <conio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#define SCDBG
|
||||
|
|
|
@ -6,8 +6,11 @@
|
|||
* COPYRIGHT: Copyright 2005 - 2006 Ged Murphy <gedmurphy@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
||||
#include <conio.h>
|
||||
|
||||
VOID MainUsage(VOID)
|
||||
{
|
||||
INT c;
|
||||
|
|
Loading…
Reference in a new issue