mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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)
|
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ntstatus.h"
|
#include "console.h"
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <cpl.h>
|
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
INT_PTR
|
INT_PTR
|
||||||
CALLBACK
|
CALLBACK
|
||||||
|
|
|
@ -7,11 +7,6 @@
|
||||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <cpl.h>
|
|
||||||
|
|
||||||
#include "resource.h"
|
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
|
|
||||||
#define NUM_APPLETS (1)
|
#define NUM_APPLETS (1)
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#ifndef CONSOLE_H__
|
#ifndef CONSOLE_H__
|
||||||
#define 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
|
typedef struct
|
||||||
{
|
{
|
||||||
int idIcon;
|
int idIcon;
|
||||||
|
|
|
@ -16,4 +16,5 @@
|
||||||
<file>layout.c</file>
|
<file>layout.c</file>
|
||||||
<file>colors.c</file>
|
<file>colors.c</file>
|
||||||
<file>console.rc</file>
|
<file>console.rc</file>
|
||||||
|
<pch>console.h</pch>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -8,13 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "ntstatus.h"
|
#include "console.h"
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <cpl.h>
|
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
INT_PTR
|
INT_PTR
|
||||||
CALLBACK
|
CALLBACK
|
||||||
|
|
|
@ -7,13 +7,7 @@
|
||||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ntstatus.h"
|
#include "console.h"
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <cpl.h>
|
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
INT_PTR
|
INT_PTR
|
||||||
CALLBACK
|
CALLBACK
|
||||||
|
|
|
@ -7,13 +7,7 @@
|
||||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "console.h"
|
||||||
#include "ntstatus.h"
|
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <windows.h>
|
|
||||||
#include <commctrl.h>
|
|
||||||
#include <cpl.h>
|
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
INT_PTR
|
INT_PTR
|
||||||
|
|
Loading…
Reference in a new issue