mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SC]
* Move conio.h inclusion where it's used. CORE-7716 svn path=/trunk/; revision=61565
This commit is contained in:
@@ -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 <[email protected]>
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
||||
#include <conio.h>
|
||||
|
||||
VOID MainUsage(VOID)
|
||||
{
|
||||
INT c;
|
||||
|
||||
Reference in New Issue
Block a user