move to a precompiled header

svn path=/trunk/; revision=30271
This commit is contained in:
Ged Murphy
2007-11-08 13:24:13 +00:00
parent 27f7b560cd
commit d86ceec6a5
21 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
/* indent is confused by this file */
/* *INDENT-OFF* */
#include "todo.h"
#include <precomp.h>
#define CVAL(p) (*(p++))
#ifdef NEED_ALIGN
+1 -1
View File
@@ -21,7 +21,7 @@
//#include <stdlib.h>
//#include <string.h>
//#include "bsops.h"
#include "todo.h"
#include <precomp.h>
/* globals */
static char * g_bs = 0;
+1 -1
View File
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
/* BITMAP CACHE */
extern int g_pstcache_fd[];
+1 -1
View File
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
#define MAX_CHANNELS 6
#define CHANNEL_CHUNK_LENGTH 1600
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
#define MAX_KEY_NAME 255
@@ -186,11 +186,11 @@ GeneralOnInit(PINFO pInfo)
LPWSTR lpText;
SetWindowPos(pInfo->hGeneralPage,
NULL,
15,
110,
0,
0,
NULL,
13,
110,
0,
0,
SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOZORDER);
pInfo->hLogon = LoadImageW(hInst,
@@ -717,7 +717,7 @@ DisplayOnInit(PINFO pInfo)
SetWindowPos(pInfo->hDisplayPage,
NULL,
15,
13,
110,
0,
0,
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
/* Send a self-contained ISO PDU */
static void
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
//#include <openssl/rc4.h>
void *
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
uint16 g_mcs_userid;
extern VCHANNEL g_channels[];
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
/* mppc decompression */
/* http://www.faqs.org/rfcs/rfc2118.html */
@@ -34,4 +34,5 @@
<file>win32.c</file>
</compilationunit>
<file>rdc.rc</file>
<pch>precomp.h</pch>
</module>
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
extern uint8 *g_next_packet;
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
#define MAX_CELL_SIZE 0x1000 /* pixels */
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
extern uint16 g_mcs_userid;
+1 -1
View File
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
extern uint8 *g_next_packet;
+1 -1
View File
@@ -1,5 +1,5 @@
#include "todo.h"
#include <precomp.h>
#define NUM_SETTINGS 6
LPWSTR lpSettings[NUM_SETTINGS] =
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
//#include <openssl/rc4.h>
//#include <openssl/md5.h>
+1 -1
View File
@@ -20,7 +20,7 @@
*/
#include "todo.h"
#include <precomp.h>
#define APP_CC
+1 -1
View File
@@ -19,7 +19,7 @@
*/
#include "todo.h"
#include <precomp.h>
#ifdef _WIN32
#define socklen_t int
+1 -1
View File
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "todo.h"
#include <precomp.h>
char g_username[256] = "";
char g_hostname[256] = "";
+1 -1
View File
@@ -19,7 +19,7 @@
*/
#include <winsock2.h> /* winsock2.h first */
#include "todo.h"
#include <precomp.h>
extern char g_username[];