* 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
/* 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
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-//#include <stdlib.h>
-//#include <string.h>
-//#include "bsops.h"
#include "precomp.h"
/* globals */
#include "precomp.h"
+#include <winreg.h>
+#include <commdlg.h>
+
#define MAX_KEY_NAME 255
HINSTANCE hInst;
*/
#include "precomp.h"
-//#include <openssl/rc4.h>
void *
ssl_rc4_info_create(void);
#include "precomp.h"
+#include "orders.h"
+
extern uint8 *g_next_packet;
static RDP_ORDER_STATE g_order_state;
extern BOOL g_use_rdp5;
+#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
#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
#include "precomp.h"
+#include "bsops.h"
+
char g_username[256] = "";
char g_hostname[256] = "";
char g_servername[256] = "";
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[];