* Use intl.h as a PCH.

svn path=/trunk/; revision=52956
This commit is contained in:
Amine Khaldi
2011-07-28 14:54:48 +00:00
parent 9c01cdef4a
commit e47940a886
16 changed files with 12 additions and 83 deletions
+1
View File
@@ -30,4 +30,5 @@ add_importlibs(intl
shell32
kernel32)
add_pch(intl intl.h)
add_cd_file(TARGET intl DESTINATION reactos/system32 FOR all)
-8
View File
@@ -1,13 +1,5 @@
#include <windows.h>
#include <commctrl.h>
#include <setupapi.h>
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include <cpl.h>
#include "intl.h"
#include "resource.h"
typedef struct CPStruct
{
-6
View File
@@ -24,13 +24,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
#define POSITIVE_EXAMPLE _T("123456789.00")
#define NEGATIVE_EXAMPLE _T("-123456789.00")
-6
View File
@@ -24,13 +24,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
/* GLOBALS ******************************************************************/
-6
View File
@@ -26,13 +26,7 @@
* Aleksey Bragin
*/
#include <windows.h>
#include <commctrl.h>
#include <tchar.h>
#include <stdio.h>
#include "intl.h"
#include "resource.h"
#define SAMPLE_NUMBER _T("123456789")
#define NO_FLAG 0
-7
View File
@@ -24,14 +24,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <prsht.h>
#include <cpl.h>
#include "intl.h"
#include "resource.h"
/* Property page dialog callback */
INT_PTR CALLBACK
-7
View File
@@ -23,15 +23,8 @@
* PURPOSE: Property sheet code
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <setupapi.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
#define NUM_APPLETS (1)
+10 -2
View File
@@ -1,6 +1,14 @@
#pragma once
#include <windows.h>
#include <cpl.h>
#include <commctrl.h>
#include <setupapi.h>
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include <prsht.h>
#include <malloc.h>
#include "resource.h"
#define DECIMAL_RADIX 10
+1
View File
@@ -21,4 +21,5 @@
<file>advanced.c</file>
<file>sort.c</file>
<file>intl.rc</file>
<pch>intl.h</pch>
</module>
-6
View File
@@ -5,13 +5,7 @@
* PROGRAMMER: Dmitry Chapyshev ([email protected])
*/
#include <windows.h>
#include <setupapi.h>
#include <tchar.h>
#include <stdio.h>
#include "intl.h"
#include "resource.h"
/* Character Count of a layout ID like "00000409" */
#define CCH_LAYOUT_ID 8
-5
View File
@@ -1,10 +1,5 @@
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
/* Property page dialog callback */
INT_PTR CALLBACK
-5
View File
@@ -1,10 +1,5 @@
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
#define NUM_SHEETS 4
-6
View File
@@ -24,13 +24,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
#define SAMPLE_NUMBER _T("123456789")
#define SAMPLE_NEG_NUMBER _T("-123456789")
-6
View File
@@ -8,13 +8,7 @@
/* INCLUDES *****************************************************************/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
/* GLOBALS ******************************************************************/
-6
View File
@@ -6,13 +6,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "intl.h"
#include "resource.h"
static BOOL bSortPage = FALSE;
static LCID userLcid;
-7
View File
@@ -23,14 +23,7 @@
* PROGRAMMER: Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include <malloc.h>
#include "intl.h"
#include "resource.h"
static HWND hwndEnum = NULL;