mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[TCPSVCS]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61607
This commit is contained in:
parent
45f0399831
commit
0c1383110c
4 changed files with 8 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "tcpsvcs.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
static BOOL
|
||||
SendTime(SOCKET sock, CHAR *time)
|
||||
{
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "tcpsvcs.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
static WCHAR szFilePath[] = L"\\drivers\\etc\\quotes";
|
||||
|
||||
static BOOL
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "tcpsvcs.h"
|
||||
|
||||
#include <winsvc.h>
|
||||
|
||||
static WCHAR ServiceName[] = L"tcpsvcs";
|
||||
|
||||
volatile BOOL bShutdown = FALSE;
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winsvc.h>
|
||||
#include <stdlib.h>
|
||||
#define _INC_WINDOWS
|
||||
#include <winsock2.h>
|
||||
#include <tchar.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define _swprintf swprintf
|
||||
|
|
Loading…
Reference in a new issue