* Use access.h as a PCH.

svn path=/trunk/; revision=52952
This commit is contained in:
Amine Khaldi 2011-07-28 14:50:36 +00:00
parent 9b7cc651f0
commit 810eb713c2
9 changed files with 11 additions and 38 deletions

View file

@ -24,4 +24,5 @@ add_importlibs(access
comctl32
kernel32)
add_pch(access access.h)
add_cd_file(TARGET access DESTINATION reactos/system32 FOR all)

View file

@ -8,12 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <stdlib.h>
#include <tchar.h>
#include "resource.h"
#include "access.h"
#define NUM_APPLETS (1)

View file

@ -1,4 +1,12 @@
#pragma once
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <prsht.h>
#include <stdlib.h>
#include <stdio.h>
#include <tchar.h>
#include "resource.h"
typedef LONG (CALLBACK *APPLET_INITPROC)(VOID);

View file

@ -14,4 +14,5 @@
<file>mouse.c</file>
<file>sound.c</file>
<file>access.rc</file>
<pch>access.h</pch>
</module>

View file

@ -8,12 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <stdlib.h>
#include <commctrl.h>
#include <prsht.h>
#include <tchar.h>
#include "resource.h"
#include "access.h"

View file

@ -8,13 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <commctrl.h>
#include <prsht.h>
#include <tchar.h>
#include "resource.h"
#include "access.h"

View file

@ -8,13 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <commctrl.h>
#include <prsht.h>
#include <tchar.h>
#include "resource.h"
#include "access.h"

View file

@ -8,12 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <stdlib.h>
#include <commctrl.h>
#include <prsht.h>
#include <tchar.h>
#include "resource.h"
#include "access.h"

View file

@ -8,11 +8,6 @@
* Copyright 2007 Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <prsht.h>
#include <stdlib.h>
#include "resource.h"
#include "access.h"