mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
* compile console with pch support
svn path=/trunk/; revision=22695
This commit is contained in:
parent
de285c4081
commit
3dd2bff814
7 changed files with 12 additions and 33 deletions
|
@ -7,13 +7,7 @@
|
|||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||
*/
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "console.h"
|
||||
|
||||
INT_PTR
|
||||
CALLBACK
|
||||
|
|
|
@ -7,11 +7,6 @@
|
|||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "console.h"
|
||||
|
||||
#define NUM_APPLETS (1)
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
#ifndef CONSOLE_H__
|
||||
#define CONSOLE_H__
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include "resource.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int idIcon;
|
||||
|
|
|
@ -16,4 +16,5 @@
|
|||
<file>layout.c</file>
|
||||
<file>colors.c</file>
|
||||
<file>console.rc</file>
|
||||
<pch>console.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -8,13 +8,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "console.h"
|
||||
|
||||
INT_PTR
|
||||
CALLBACK
|
||||
|
|
|
@ -7,13 +7,7 @@
|
|||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||
*/
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "console.h"
|
||||
|
||||
INT_PTR
|
||||
CALLBACK
|
||||
|
|
|
@ -7,13 +7,7 @@
|
|||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||
*/
|
||||
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include "resource.h"
|
||||
#include "console.h"
|
||||
|
||||
|
||||
INT_PTR
|
||||
|
|
Loading…
Reference in a new issue