mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[MSTSC]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61557
This commit is contained in:
parent
49507310ae
commit
27e813b6d8
9 changed files with 14 additions and 20 deletions
|
@ -23,13 +23,13 @@
|
|||
/* comment out #define BITMAP_SPEED_OVER_SIZE below for one slower function */
|
||||
/* j@american-data.com */
|
||||
|
||||
#define BITMAP_SPEED_OVER_SIZE
|
||||
|
||||
/* indent is confused by this file */
|
||||
/* *INDENT-OFF* */
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define BITMAP_SPEED_OVER_SIZE
|
||||
|
||||
#define CVAL(p) (*(p++))
|
||||
#ifdef NEED_ALIGN
|
||||
#ifdef L_ENDIAN
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
//#include <stdlib.h>
|
||||
//#include <string.h>
|
||||
//#include "bsops.h"
|
||||
#include "precomp.h"
|
||||
|
||||
/* globals */
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winreg.h>
|
||||
#include <commdlg.h>
|
||||
|
||||
#define MAX_KEY_NAME 255
|
||||
|
||||
HINSTANCE hInst;
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
//#include <openssl/rc4.h>
|
||||
|
||||
void *
|
||||
ssl_rc4_info_create(void);
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "orders.h"
|
||||
|
||||
extern uint8 *g_next_packet;
|
||||
static RDP_ORDER_STATE g_order_state;
|
||||
extern BOOL g_use_rdp5;
|
||||
|
|
|
@ -1,21 +1,17 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
#include <commdlg.h>
|
||||
#include <shlobj.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "uimain.h"
|
||||
#include "rdesktop.h"
|
||||
#include "bsops.h"
|
||||
#include "orders.h"
|
||||
#include "resource.h"
|
||||
|
||||
#ifndef __TODO_MSTSC_H
|
||||
|
|
|
@ -20,12 +20,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
//#include <openssl/rc4.h>
|
||||
//#include <openssl/md5.h>
|
||||
//#include <openssl/sha.h>
|
||||
//#include <openssl/bn.h>
|
||||
//#include <openssl/x509v3.h>
|
||||
|
||||
void *
|
||||
ssl_sha1_info_create(void);
|
||||
void
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "bsops.h"
|
||||
|
||||
char g_username[256] = "";
|
||||
char g_hostname[256] = "";
|
||||
char g_servername[256] = "";
|
||||
|
|
|
@ -18,9 +18,10 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
//#include <winsock2.h> /* winsock2.h first */
|
||||
#include "precomp.h"
|
||||
|
||||
#include "uimain.h"
|
||||
|
||||
extern char g_username[];
|
||||
extern char g_hostname[];
|
||||
extern char g_servername[];
|
||||
|
|
Loading…
Reference in a new issue