mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[INTL]
* Use intl.h as a PCH. svn path=/trunk/; revision=52956
This commit is contained in:
@@ -30,4 +30,5 @@ add_importlibs(intl
|
||||
shell32
|
||||
kernel32)
|
||||
|
||||
add_pch(intl intl.h)
|
||||
add_cd_file(TARGET intl DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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 ******************************************************************/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
<file>advanced.c</file>
|
||||
<file>sort.c</file>
|
||||
<file>intl.rc</file>
|
||||
<pch>intl.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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,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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user