[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:
Amine Khaldi 2014-01-13 12:57:08 +00:00
parent 45f0399831
commit 0c1383110c
4 changed files with 8 additions and 4 deletions

View file

@ -9,6 +9,8 @@
#include "tcpsvcs.h"
#include <time.h>
static BOOL
SendTime(SOCKET sock, CHAR *time)
{

View file

@ -9,6 +9,8 @@
#include "tcpsvcs.h"
#include <stdlib.h>
static WCHAR szFilePath[] = L"\\drivers\\etc\\quotes";
static BOOL

View file

@ -9,6 +9,8 @@
#include "tcpsvcs.h"
#include <winsvc.h>
static WCHAR ServiceName[] = L"tcpsvcs";
volatile BOOL bShutdown = FALSE;

View file

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