mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
move to a precompiled header
svn path=/trunk/; revision=30271
This commit is contained in:
parent
27f7b560cd
commit
d86ceec6a5
21 changed files with 26 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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[];
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
//#include <openssl/rc4.h>
|
||||
|
||||
void *
|
||||
|
|
|
@ -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[];
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
extern uint8 *g_next_packet;
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
extern uint16 g_mcs_userid;
|
||||
|
|
|
@ -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,5 +1,5 @@
|
|||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#define NUM_SETTINGS 6
|
||||
LPWSTR lpSettings[NUM_SETTINGS] =
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#define APP_CC
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define socklen_t int
|
||||
|
|
|
@ -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] = "";
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <winsock2.h> /* winsock2.h first */
|
||||
#include "todo.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
extern char g_username[];
|
||||
|
|
Loading…
Reference in a new issue