- Whilst this is non-standard and potentially makes the code less portable, it's supported by both gcc and msvc and should bringg increased compilation speed due to its optimized behaviour (doesn't need to invoke the preprocessor)
- Patch by Amine Khaldi [amine.khaldi@reactos.org]
svn path=/trunk/; revision=45685
-#ifndef _CACLS_RESOURCE_H
-#define _CACLS_RESOURCE_H
+#pragma once
#define IDS_HELP 101
#define IDS_ABBR_CI 102
#define IDS_READ_CONTROL 137
#define IDS_DELETE 138
#define IDS_STANDARD_RIGHTS_ALL 139
-
-#endif /* _CACLS_RESOURCE_H */
-#ifndef __CALC_H__
-#define __CALC_H__
+#pragma once
#include <windows.h>
#include <tchar.h>
void ConvExecute(HWND hWnd);
void ConvAdjust(HWND hWnd, int n_cat);
void ConvInit(HWND hWnd);
-
-#endif
-#ifndef __CHARMAP_PRECOMP_H
-#define __CHARMAP_PRECOMP_H
+#pragma once
#include <stdio.h>
#include <stdlib.h>
BOOL RegisterMapClasses(HINSTANCE hInstance);
VOID UnregisterMapClasses(HINSTANCE hInstance);
-
-#endif /* __CHARMAP_PRECOMP_H */
-#ifndef RESOURCE_H__ /* resource.h */
-#define RESOURCE_H__
+#pragma once
#define IDS_USAGE 100
#define IDS_CONTINUE 101
#define IDS_FILE_ACCESS 102
-
-
-
-
-
-
-
-
-
-
-
-
-
-#endif /* EOF of resource.h */
-#ifndef RESOURCE_H__
-#define RESOURCE_H__
+#pragma once
/* dialog constants */
#define IDD_MAIN_DIALOG 100
/* icon resource constants */
#define IDI_APPICON 20000
-
-
-#endif
-#ifndef _DISPLAY_H
-#define _DISPLAY_H
+#pragma once
/* Messages for the display class */
#define FVM_SETTYPEFACE WM_USER
/* Public function */
BOOL Display_InitClass(HINSTANCE hInstance);
-
-#endif // _DISPLAY_H
-#ifndef SOLITAIRE_INCLUDED
-#define SOLITAIRE_INCLUDED
+#pragma once
extern CardWindow SolWnd;
extern TCHAR szAppName[];
void CARDLIBPROC PileDblClickProc(CardRegion &stackobj, int iNumClicked);
void CARDLIBPROC PileRemoveProc(CardRegion &stackobj, int iRemoved);
-
-#endif
-#ifndef SOLITAIRE_INCLUDED
-#define SOLITAIRE_INCLUDED
+#pragma once
#define DIFFICULTY_ONE_COLOR 1
#define DIFFICULTY_TWO_COLORS 2
void CARDLIBPROC PileDblClickProc(CardRegion &stackobj, int iNumClicked);
void CARDLIBPROC PileRemoveProc(CardRegion &stackobj, int iRemoved);
-
-#endif
-#ifndef __PRECOMP_H
-#define __PRECOMP_H
+#pragma once
#include <windows.h>
#include <commctrl.h>
extern HINSTANCE hAppInstance;
extern HANDLE hAppHeap;
-
-#endif /* __PRECOMP_H */
-#ifndef __RESOURCE_H
-#define __RESOURCE_H
+#pragma once
#define IDS_APPTITLE 101
#define IDS_CONSOLETITLE 102
#define ID_FILE_EXIT 1001
#define ID_HELP_ABOUT 9001
-
-#endif /* __RESOURCE_H */
-#ifndef __RESOURCE_H_
-#define __RESOURCE_H_
+#pragma once
/* Icons */
#define IDI_MAIN 10
#define IDC_SEEKBACK 1504
#define IDC_SEEKFORW 1505
#define IDC_FORWARD 1506
-
-#endif /* __RESOURCE_H_ */
-#ifndef __DEVMGMT_PRECOMP_H
-#define __DEVMGMT_PRECOMP_H
+#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
VOID GetError(VOID);
VOID DisplayString(LPTSTR);
-
-#endif /* __DEVMGMT_PRECOMP_H */
-#ifndef __SERVMAN_PRECOMP_H
-#define __SERVMAN_PRECOMP_H
+#pragma once
//#define WIN32_LEAN_AND_MEAN
#include <windows.h>
UINT Width,
UINT Height,
ULONG type);
-
-#endif /* __SERVMAN_PRECOMP_H */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __BSOPS_MSTSC_H
-#define __BSOPS_MSTSC_H
+#pragma once
int bs_get_pixel(int x, int y);
void bs_set_pixel(int x, int y, int pixel, int rop, int use_clip);
int brush_style, char * brush_pattern,
int brush_x_org, int brush_y_org,
int bgcolour, int fgcolour);
-
-#endif /* __BSOPS_MSTSC_H */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __ORDERS_MSTSC_H
-#define __ORDERS_MSTSC_H
+#pragma once
#define RDP_ORDER_STANDARD 0x01
#define RDP_ORDER_SECONDARY 0x02
}
RDP_COLCACHE_ORDER;
-
-#endif /* __ORDERS_MSTSC_H */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef RDESKTOP_PROTO_H
-#define RDESKTOP_PROTO_H
+#pragma once
/* *INDENT-OFF* */
#ifdef __cplusplus
}
#endif
/* *INDENT-ON* */
-
-#endif
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __RDESKTOP_MSTSC_H
-#define __RDESKTOP_MSTSC_H
+#pragma once
#include <stdlib.h>
#include <stdio.h>
#ifndef MAKE_PROTO
#include "proto.h"
#endif
-
-#endif /* __RDESKTOP_MSTSC_H */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __UIMAIN_MSTSC_H
-#define __UIMAIN_MSTSC_H
+#pragma once
/* in uimain.c */
int
#define UI_MAX(a, b) (((a) > (b)) ? (a) : (b))
#undef UI_MIN
#define UI_MIN(a, b) (((a) < (b)) ? (a) : (b))
-
-#endif /* __UIMAIN_MSTSC_H */
* @(#)err.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _ERR_H_
-#define _ERR_H_
+#pragma once
/*
* Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two
void vwarn __P((const char *, va_list));
void warnx __P((const char *, ...));
void vwarnx __P((const char *, va_list));
-
-#endif /* !_ERR_H_ */
// Various things you need when porting BSD and GNU utilities to
// Win32.
-#ifndef VARIOUS_H
-#define VARIOUS_H
-
+#pragma once
typedef float f4byte_t;
typedef double f8byte_t;
#define rindex(s, c) strrchr(s, c)
void netfinger(char *);
-
-#endif
-#ifndef __ANSIPRSR_H
-#define __ANSIPRSR_H
+#pragma once
#include <stdio.h>
#include <stdlib.h>
char* ParseBuffer(char* pszBuffer, char* pszBufferEnd);
static int StripBuffer(char* pszBuffer, char* pszBufferEnd, int width);
};
-
-#endif
// DeleteKeyDef : Deletes a key def from the list //
///////////////////////////////////////////////////////////////////
-#ifndef __KEYTRANS_H
-#define __KEYTRANS_H
+#pragma once
#include "tkeydef.h"
#include "tkeymap.h"
int currentKeyMap, mainKeyMap; // AVS
};
-
-#endif // __KEYTRANS_H
// This is the STL wrapper for classlib/arrays.h from Borland's web site
// It has been modified to be compatible with vc++ (Paul Branann 5/7/98)
-#ifndef STL_ARRAY_AS_VECTOR
-#define STL_ARRAY_AS_VECTOR
+#pragma once
#ifdef _MSC_VER
#pragma warning(disable: 4786)
}
};
-
-#endif
// This is a simple class to handle character maps
// (Paul Brannan 6/25/98)
-#ifndef __TCHARMAP_H
-#define __TCHARMAP_H
+#pragma once
class TCharmap {
private:
int enabled;
};
-
-#endif
-#ifndef __TNPARSER_H
-#define __TNPARSER_H
+#pragma once
#include "tnconfig.h"
void restoreScreen(CHAR_INFO* chiBuffer);
CHAR_INFO* newBuffer();
void deleteBuffer(CHAR_INFO* chiBuffer);
-
-#endif
-#ifndef ___TELNET_H
-#define ___TELNET_H
+#pragma once
/*
* Copyright (c) 1983 Regents of the University of California.
#define ENCTYPE_NAME(x) enctype_names[x]
//////////////////////////////////////////////////////
//////////////////////////////////////////////////////
-
-
-
-#endif
-
// - keeped in an array container //
/////////////////////////////////////////////////////////
-#ifndef __TKEYDEF_H
-#define __TKEYDEF_H
+#pragma once
#include <windows.h>
DWORD GetCodeKey() { return vk_code; }
};
-
-#endif
-#ifndef __TKEYMAP_H
-#define __TKEYMAP_H
+#pragma once
#include "tkeydef.h"
~KeyMap();
};
-
-#endif
// //
///////////////////////////////////////////////////////////////////
-#ifndef __TLOADMAP_H
-#define __TLOADMAP_H
+#pragma once
#include "keytrans.h"
#include "tcharmap.h"
int LoadCharMap(string buf);
};
-
-#endif
-#ifndef __TMOUSE_H
-#define __TMOUSE_H
+#pragma once
#include "tnclip.h"
#include <windows.h>
TMouse(Tnclip &RefClipboard);
~TMouse();
};
-
-#endif
-#ifndef __TNCLASS_H_
-#define __TNCLASS_H_
+#pragma once
#include <windows.h>
#include "tnconfig.h"
void NewProcess(); // Paul Brannan 9/13/98
void SetLocalAddress(SOCKET s);
};
-
-#endif
-
-#ifndef __TNCLIP_H
-#define __TNCLIP_H
+#pragma once
#include <windows.h>
#include "tnetwork.h"
void Copy(HGLOBAL clipboard_data);
void Paste();
};
-
-#endif
-#ifndef __TNCON_H
-#define __TNCON_H
+#pragma once
#include "tparams.h"
#include "tnclip.h"
// Bryan Montgomery 10/14/98
void setTNetwork(TNetwork);
-
-#endif
// It does not store any information about the current settings, only default
// or recommended settings.
-#ifndef __TNCONFIG_H
-#define __TNCONFIG_H
+#pragma once
// Ioannou 2 June 98: Borland needs them - quick hack
#ifdef __BORLANDC__
};
extern TConfig ini;
-
-#endif
-#ifndef __TNERROR_H
-#define __TNERROR_H
+#pragma once
#ifndef __WINDOWS_H
#include <windows.h>
int printm(LPTSTR szModule, BOOL fSystem, DWORD dwMessageId, ...);
void LogErrorConsole(LPTSTR szError);
int printit(const char * it);
-
-#endif
// This is a simple class to handle socket connections
// (Paul Brannan 6/15/98)
-#ifndef __TNETWORK_H
-#define __TNETWORK_H
+#pragma once
#include <windows.h>
void do_naws(int width, int height);
};
-
-#endif
-#ifndef __TNMAIN_H
-#define __TNMAIN_H
+#pragma once
#include <stdlib.h>
#include <process.h>
struct cmdHistory *next;
struct cmdHistory *prev;
};
-
-#endif
-#ifndef __TNMISC_H
-#define __TNMISC_H
+#pragma once
// Process-related functions
BOOL CreateHiddenConsoleProcess(LPCTSTR szChildName, PROCESS_INFORMATION* ppi,
bool SetIcon(HWND hConsoleWindow, HANDLE hIcon, LPARAM *pOldBIcon, LPARAM *pOldSIcon,
const char *icondir);
void ResetIcon(HWND hConsoleWindow, LPARAM oldBIcon, LPARAM oldSIcon);
-
-#endif
-#ifndef __THREADPARAMS
-#define __THREADPARAMS
+#pragma once
#include "ttelhndl.h"
NetParams p;
TTelnetHandler &TelHandler;
};
-
-#endif
// - An Init() function, which will re-initialize the parser when
// necessary.
-#ifndef __TPARSER_H
-#define __TPARSER_H
+#pragma once
#include "tconsole.h"
#include "keytrans.h"
TNetwork &Network;
TCharmap &Charmap;
};
-
-#endif
-#ifndef __TSCRIPT_H
-#define __TSCRIPT_H
+#pragma once
#include <windows.h>
#include <stdio.h>
char *script;
TNetwork &Network;
};
-
-#endif
-#ifndef __TSCROLL_H
-#define __TSCROLL_H
+#pragma once
#include "tconsole.h"
#include "tmouse.h"
TScroller(TMouse &M, int size=20000);
~TScroller();
};
-
-#endif
-#ifndef __TTELHNDL_H
-#define __TTELHNDL_H
+#pragma once
#include "tparser.h"
#include "tnetwork.h"
int get_term() {return iTermSet;}
};
-
-#endif
-#ifndef _RAPPS_H__
-#define _RAPPS_H__
+#pragma once
#include <windows.h>
#include <commctrl.h>
extern HWND hTreeView;
BOOL CreateTreeView(HWND hwnd);
HTREEITEM TreeViewAddItem(HTREEITEM hParent, LPWSTR lpText, INT Image, INT SelectedImage, LPARAM lParam);
-
-#endif /* _RAPPS_H__ */
-#ifndef _RESOURCE_H__
-#define _RESOURCE_H__
+#pragma once
/* Icons */
#define IDI_MAIN 10
#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
-
-#endif /* _RESOURCE_H__ */
-#ifndef __CLBDLL_H
-#define __CLBDLL_H
+#pragma once
#define CLBS_NOTIFY 0x1
#define CLBS_SORT 0x2
LRESULT CALLBACK ClbWndProc(HWND,UINT,WPARAM,LPARAM);
INT_PTR WINAPI ClbStyleW(HWND,LPARAM);
BOOL WINAPI CustomControlInfoW(LPCUSTOM_CONTROL_INFO);
-
-#endif /* __CLBDLL_H */
-#ifndef __CLB_RESOURCE_H
-#define __CLB_RESOURCE_H
+#pragma once
#define IDD_COLUMNLISTBOXSTYLES 1700
-
-#endif /* __CLB_RESOURCE_H */
-#ifndef __HEXEDIT_H
-#define __HEXEDIT_H
+#pragma once
#define HEX_EDIT_CLASS_NAME _T("HexEdit32")
#define HexEdit_SetMaxBufferSize(hWnd, Size) \
SendMessage((hWnd), HEM_SETMAXBUFFERSIZE, 0, (LPARAM)(Size))
-
-#endif /* __HEXEDIT_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __MAIN_H__
-#define __MAIN_H__
+#pragma once
#include "resource.h"
/* edit.c */
extern BOOL ModifyValue(HWND hwnd, HKEY hKey, LPCTSTR valueName, BOOL EditBin);
extern BOOL DeleteKey(HWND hwnd, HKEY hKeyRoot, LPCTSTR keyPath);
-
-#endif /* __MAIN_H__ */
-#ifndef _REGEXP_SECURITY_H
-#define _REGEXP_SECURITY_H
+#pragma once
BOOL
InitializeAclUiDll(VOID);
TCHAR szRegKey[1];
} CRegKeySecurity, *PCRegKeySecurity;
-#endif /* _REGEXP_SECURITY_H */
-
/* EOF */
-#ifndef __SNDVOL_RESOURCES_H
-#define __SNDVOL_RESOURCES_H
+#pragma once
#define IDM_MAINMENU 101
#define IDS_SNDVOL32 100
#define IDS_NOMIXERDEVICES 101
-
-#endif /* __SNDVOL_RESOURCES_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __ABOUT_H
-#define __ABOUT_H
+#pragma once
void OnAbout(void);
-
-#endif /* __ABOUT_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __AFFINITY_H
-#define __AFFINITY_H
+#pragma once
void ProcessPage_OnSetAffinity(void);
-
-#endif /* __AFFINITY_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __APPLICATIONPAGE_H
-#define __APPLICATIONPAGE_H
+#pragma once
extern HWND hApplicationPage; /* Application List Property Page */
void ApplicationPage_OnSwitchTo(void);
void ApplicationPage_OnEndTask(void);
void ApplicationPage_OnGotoProcess(void);
-
-#endif /* __APPLICATIONPAGE_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __COLUMN_H
-#define __COLUMN_H
+#pragma once
#define COLUMN_IMAGENAME 0
#define COLUMN_PID 1
void AddColumns(void);
void SaveColumnSettings(void);
void UpdateColumnDataHints(void);
-
-#endif /* __COLUMN_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __DEBUG_H
-#define __DEBUG_H
+#pragma once
void ProcessPage_OnDebug(void);
-
-#endif /* __DEBUG_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __ENDPROC_H
-#define __ENDPROC_H
+#pragma once
void ProcessPage_OnEndProcess(void);
void ProcessPage_OnEndProcessTree(void);
-
-#endif /* __ENDPROC_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __GRAPH_H
-#define __GRAPH_H
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
};
#endif
-
-#endif /* __GRAPH_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __GRAPH_CTRL_H__
-#define __GRAPH_CTRL_H__
+#pragma once
#define MAX_PLOTS 4
#define MAX_CTRLS 4
#ifdef __cplusplus
}
#endif
-
-#endif /* __GRAPH_CTRL_H__ */
* Menu item handlers for the options menu.
*/
-#ifndef __OPTNMENU_H
-#define __OPTNMENU_H
+#pragma once
#define OPTIONS_MENU_INDEX 1
void TaskManager_OnOptionsMinimizeOnUse(void);
void TaskManager_OnOptionsHideWhenMinimized(void);
void TaskManager_OnOptionsShow16BitTasks(void);
-
-#endif /* __OPTNMENU_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PERFDATA_H
-#define __PERFDATA_H
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
};
#endif
-
-#endif /* __PERFDATA_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PERFORMANCEPAGE_H
-#define __PERFORMANCEPAGE_H
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
};
#endif
-
-#endif /* __PERFORMANCEPAGE_H */
-#ifndef __PRECOMP_H
-#define __PRECOMP_H
+#pragma once
#ifndef UNICODE
#error Task-Manager uses NDK functions, so it can only be compiled with Unicode support enabled!
#include "priority.h"
#include "run.h"
#include "trayicon.h"
-
-#endif /* __PRECOMP_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PRIORITY_H
-#define __PRIORITY_H
+#pragma once
void DoSetPriority(DWORD priority);
-
-#endif /* __PRIORITY_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PROCLIST_H
-#define __PROCLIST_H
+#pragma once
INT_PTR CALLBACK ProcessListWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
extern WNDPROC OldProcessListWndProc;
-
-#endif /* __PROCLIST_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PROCESSPAGE_H
-#define __PROCESSPAGE_H
+#pragma once
extern HWND hProcessPage; /* Process List Property Page */
extern HWND hProcessPageListCtrl; /* Process ListCtrl Window */
INT_PTR CALLBACK ProcessPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
void RefreshProcessPage(void);
DWORD GetSelectedProcessId(void);
-
-#endif /* __PROCESSPAGE_H */
* jholderness@geocities.com
*/
-#ifndef __RUN_H
-#define __RUN_H
+#pragma once
void TaskManager_OnFileNew(void);
#define RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name. */
#define RFF_NOLABEL 0x08 /* Removes the edit box label. */
#define RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only). */
-
-#endif /* __RUN_H */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __TASKMGR_H__
-#define __TASKMGR_H__
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
}
#endif
-
-#endif /* __TASKMGR_H__ */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __TRAYICON_H
-#define __TRAYICON_H
+#pragma once
#define WM_ONTRAYICON WM_USER + 5
BOOL TrayIcon_ShellAddTrayIcon(void);
BOOL TrayIcon_ShellRemoveTrayIcon(void);
BOOL TrayIcon_ShellUpdateTrayIcon(void);
-
-#endif /* __TRAYICON_H */
* DEFINES: DBG - Enable debug output
* NASSERT - Disable assertions
*/
-#ifndef __DEBUG_H
-#define __DEBUG_H
+
+#pragma once
#define NORMAL_MASK 0x000000FF
#define SPECIAL_MASK 0xFFFFFF00
#endif /* DBG */
-#endif /* __DEBUG_H */
-
/* EOF */
* Enterprises, see ``http://www.vix.com''.
*/
-#ifndef DHCPD_H
-#define DHCPD_H
+#pragma once
#include <winsock2.h>
#include <iphlpapi.h>
int buf_close(int, struct buf *);
ssize_t buf_read(int, void *, size_t);
void dispatch_imsg(int);
-
-#endif/*DHCPD_H*/
-#ifndef REACTOS_PREDEC_H
-#define REACTOS_PREDEC_H
+#pragma once
struct iaddr;
struct interface_info;
-
-#endif
-#ifndef REACTOS_STDINT_H
-#define REACTOS_STDINT_H
+#pragma once
typedef signed char int8_t;
typedef unsigned char u_int8_t;
typedef unsigned int u_int32_t;
typedef char *caddr_t;
-
-#endif
* PURPOSE: Provide dll service loader
* PROGRAMMERS: Gregor Brunmar (gregor.brunmar@home.se)
*/
-#ifndef __SVCHOST_H__
-#define __SVCHOST_H__
+
+#pragma once
/* INCLUDES ******************************************************************/
/* FUNCTIONS *****************************************************************/
-#endif /* __SVCHOST_H__ */
-
/* EOF */
-
* @(#)syslog.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _SYS_SYSLOG_H
-#define _SYS_SYSLOG_H 1
+#pragma once
#include <stdarg.h>
#ifdef __cplusplus
}
#endif
-
-#endif /* syslog.h */
-#ifndef __TELNETD_H
-#define __TELNETD_H
+#pragma once
#define _CRT_SECURE_NO_WARNINGS
static void TerminateShell(client_t *client);
static VOID ErrorExit(LPTSTR);
int kickoff_telnetd(void);
-
-#endif /* __TELNETD_H */
-
-#ifndef RESOURCE_H
-#define RESOURCE_H
+#pragma once
#define IDB_WATERMARK 100
#define IDB_HEADER 101
#define IDC_DEVICEDRIVER 2051
#define IDI_MAIN 3000
-
-#endif
* PROGRAMMER: Eric Kohl
*/
-#ifndef __BOOTSUP_H__
-#define __BOOTSUP_H__
+#pragma once
NTSTATUS
CreateFreeLoaderIniForDos(PWCHAR IniPath,
InstallFatBootcodeToFloppy(PUNICODE_STRING SourceRootPath,
PUNICODE_STRING DestinationArcPath);
-#endif /* __BOOTSUP_H__ */
-
/* EOF */
* FILE: apps/cabman/cabinet.h
* PURPOSE: Cabinet definitions
*/
-#ifndef __CABINET_H
-#define __CABINET_H
+#pragma once
#include <string.h>
PCABINET_DISK_CHANGE DiskChange);
/* Get pointer to cabinet reserved area. NULL if none */
PVOID CabinetGetCabinetReservedArea(PULONG Size);
-
-#endif /* __CABINET_H */
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
*/
-#ifndef __CHKDSK_H__
-#define __CHKDSK_H__
+#pragma once
NTSTATUS
ChkdskPartition(
IN PUNICODE_STRING DriveRoot,
IN PFILE_SYSTEM_ITEM FileSystem);
-#endif /* __CHKDSK_H__ */
-
/* EOF */
* PROGRAMMER: Eric Kohl
*/
-#ifndef __DRIVESUP_H__
-#define __DRIVESUP_H__
+#pragma once
NTSTATUS
GetSourcePaths(PUNICODE_STRING SourcePath,
PUNICODE_STRING SourceRootPath,
PUNICODE_STRING SourceRootDir);
-#endif /* __DRIVESUP_H__ */
-
/* EOF */
* PROGRAMMER:
*/
-#ifndef __ERROR_CODE_H__
-#define __ERROR_CODE_H__
+#pragma once
typedef enum
{
ERROR_LAST_ERROR_CODE
}ERROR_NUMBER;
-#endif /* __ERROR_CODE_H__ */
-
/* EOF */
-
* PROGRAMMER: Eric Kohl
*/
-#ifndef __FILEQUEUE_H__
-#define __FILEQUEUE_H__
-
+#pragma once
#define SPFILENOTIFY_STARTQUEUE 0x1
#define SPFILENOTIFY_ENDQUEUE 0x2
PSP_FILE_CALLBACK_W MsgHandler,
PVOID Context);
-#endif /* __FILEQUEUE_H__ */
-
/* EOF */
* PROGRAMMER: Eric Kohl
*/
-#ifndef __FILESUP_H__
-#define __FILESUP_H__
+#pragma once
NTSTATUS
SetupCreateDirectory(PWCHAR DirectoryName);
DoesFileExist(PWSTR PathName,
PWSTR FileName);
-
-#endif /* __FILESUP_H__ */
-
/* EOF */
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
*/
-#ifndef __FORMAT_H__
-#define __FORMAT_H__
+#pragma once
NTSTATUS
FormatPartition(
IN PUNICODE_STRING DriveRoot,
IN PFILE_SYSTEM_ITEM FileSystem);
-#endif /* __FILESUP_H__ */
-
/* EOF */
* Casper S. Hornstrup (chorns@users.sourceforge.net)
*/
-#ifndef __FSLIST_H__
-#define __FSLIST_H__
+#pragma once
#include <fmifs/fmifs.h>
ScrollUpFileSystemList(
IN PFILE_SYSTEM_LIST List);
-#endif /* __FSLIST_H__ */
-
/* EOF */
* PROGRAMMER: Eric Kohl
*/
-#ifndef __GENLIST_H__
-#define __GENLIST_H__
+#pragma once
struct _GENERIC_LIST_ENTRY;
typedef struct _GENERIC_LIST_ENTRY *PGENERIC_LIST_ENTRY;
VOID
GenericListKeyPress (PGENERIC_LIST List, CHAR AsciChar);
-#endif /* __GENLIST_H__ */
-
/* EOF */
* PROGRAMMER: Hervé Poussineau
*/
-#ifndef __INFFILE_H__
-#define __INFFILE_H__
+#pragma once
#ifndef __REACTOS__
VOID INF_SetHeap(
IN PVOID Heap);
-#endif /* __INFFILE_H__*/
-
/* EOF */
* Eric Kohl
*/
-#ifndef __INICACHE_H__
-#define __INICACHE_H__
-
+#pragma once
typedef struct _INICACHEKEY
{
IniCacheAppendSection(PINICACHE Cache,
PWCHAR Name);
-
-#endif /* __INICACHE_H__ */
-
/* EOF */
* PROGRAMMER: Eric Kohl
*/
-#ifndef __CONSUP_H__
-#define __CONSUP_H__
+#pragma once
#define FOREGROUND_WHITE (FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE)
#define FOREGROUND_YELLOW (FOREGROUND_INTENSITY | FOREGROUND_RED | FOREGROUND_GREEN)
IN INT Flags,
IN LPCSTR Text);
-#endif /* __CONSOLE_H__*/
-
/* EOF */
-#ifndef LANG_AF_ZA_H__
-#define LANG_AF_ZA_H__
+#pragma once
MUI_LAYOUTS afZALayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_AE_H__
-#define LANG_AR_AE_H__
+#pragma once
MUI_LAYOUTS arAELayouts[] =
{
{ L"3801", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_BH_H__
-#define LANG_AR_BH_H__
+#pragma once
MUI_LAYOUTS arBHLayouts[] =
{
{ L"3C01", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_DZ_H__
-#define LANG_AR_DZ_H__
+#pragma once
MUI_LAYOUTS arDZLayouts[] =
{
{ L"1401", L"00020401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_EG_H__
-#define LANG_AR_EG_H__
+#pragma once
MUI_LAYOUTS arEGLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_IQ_H__
-#define LANG_AR_IQ_H__
+#pragma once
MUI_LAYOUTS arIQLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_JO_H__
-#define LANG_AR_JO_H__
+#pragma once
MUI_LAYOUTS arJOLayouts[] =
{
{ L"2C01", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_KW_H__
-#define LANG_AR_KW_H__
+#pragma once
MUI_LAYOUTS arKWLayouts[] =
{
{ L"3401", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_LB_H__
-#define LANG_AR_LB_H__
+#pragma once
MUI_LAYOUTS arLBLayouts[] =
{
{ L"3001", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_LY_H__
-#define LANG_AR_LY_H__
+#pragma once
MUI_LAYOUTS arLYLayouts[] =
{
{ L"1001", L"00020401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_MA_H__
-#define LANG_AR_MA_H__
+#pragma once
MUI_LAYOUTS arMALayouts[] =
{
{ L"1801", L"00020401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_OM_H__
-#define LANG_AR_OM_H__
+#pragma once
MUI_LAYOUTS arOMLayouts[] =
{
{ L"2001", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_QA_H__
-#define LANG_AR_QA_H__
+#pragma once
MUI_LAYOUTS arQALayouts[] =
{
{ L"4001", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_SA_H__
-#define LANG_AR_SA_H__
+#pragma once
MUI_LAYOUTS arSALayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_SY_H__
-#define LANG_AR_SY_H__
+#pragma once
MUI_LAYOUTS arSYLayouts[] =
{
{ L"2801", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_TN_H__
-#define LANG_AR_TN_H__
+#pragma once
MUI_LAYOUTS arTNLayouts[] =
{
{ L"1C01", L"00020401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AR_YE_H__
-#define LANG_AR_YE_H__
+#pragma once
MUI_LAYOUTS arYELayouts[] =
{
{ L"2401", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_AZ_AZ_H__
-#define LANG_AZ_AZ_H__
+#pragma once
MUI_LAYOUTS azAZLayouts[] =
{
{ L"0419", L"00000419" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_BE_BY_H__
-#define LANG_BE_BY_H__
+#pragma once
MUI_LAYOUTS beBYLayouts[] =
{
{ L"0419", L"00000419" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_BG_BG_H__
-#define LANG_BG_BG_H__
+#pragma once
MUI_LAYOUTS bgBGLayouts[] =
{
"\84®¡ ¢ï¥ ª« ¢¨ âãਠ¯®¤à¥¤¡¨"},
{0, 0}
};
-
-#endif
-#ifndef LANG_CA_ES_H__
-#define LANG_CA_ES_H__
+#pragma once
MUI_LAYOUTS caESLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
* UPDATED: 2008-06-05
*/
-#ifndef LANG_CS_CZ_H__
-#define LANG_CS_CZ_H__
+#pragma once
MUI_LAYOUTS csCZLayouts[] =
{
"Pýid v m rozlo§en¡ kl ves"},
{0, 0}
};
-
-#endif
-#ifndef LANG_DA_DK_H__
-#define LANG_DA_DK_H__
+#pragma once
MUI_LAYOUTS daDKLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_DE_AT_H__
-#define LANG_DE_AT_H__
+#pragma once
MUI_LAYOUTS deATLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_DE_CH_H__
-#define LANG_DE_CH_H__
+#pragma once
MUI_LAYOUTS deCHLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_DE_DE_H__
-#define LANG_DE_DE_H__
+#pragma once
MUI_LAYOUTS deDELayouts[] =
{
"Tastaturlayout hinzufügen"},
{0, 0}
};
-
-#endif
-#ifndef LANG_DE_LI_H__
-#define LANG_DE_LI_H__
+#pragma once
MUI_LAYOUTS deLILayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_DE_LU_H__
-#define LANG_DE_LU_H__
+#pragma once
MUI_LAYOUTS deLULayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_DV_MV_H__
-#define LANG_DV_MV_H__
+#pragma once
MUI_LAYOUTS dvMVLayouts[] =
{
{ L"0465", L"00000465" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EL_GR_H__
-#define LANG_EL_GR_H__
+#pragma once
MUI_LAYOUTS elGRLayouts[] =
{
"\82å¤\9c«\98 §¨¦©\9fã¡\9e «à¤ \9b \98«á¥\9cठ§¢\9e¡«¨¦¢¦\9a妬"},
{0, 0}
};
-
-#endif
-#ifndef LANG_EN_AU_H__
-#define LANG_EN_AU_H__
+#pragma once
MUI_LAYOUTS enAULayouts[] =
{
{ L"0C09", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_BZ_H__
-#define LANG_EN_BZ_H__
+#pragma once
MUI_LAYOUTS enBZLayouts[] =
{
{ L"2809", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_CA_H__
-#define LANG_EN_CA_H__
+#pragma once
MUI_LAYOUTS enCALayouts[] =
{
{ L"1009", L"00001009" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_CB_H__
-#define LANG_EN_CB_H__
+#pragma once
MUI_LAYOUTS enCBLayouts[] =
{
{ L"2409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_GB_H__
-#define LANG_EN_GB_H__
+#pragma once
MUI_LAYOUTS enGBLayouts[] =
{
{ L"0809", L"00000809" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_IE_H__
-#define LANG_EN_IE_H__
+#pragma once
MUI_LAYOUTS enIELayouts[] =
{
{ L"1809", L"00011809" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_JM_H__
-#define LANG_EN_JM_H__
+#pragma once
MUI_LAYOUTS enJMLayouts[] =
{
{ L"2009", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_NZ_H__
-#define LANG_EN_NZ_H__
+#pragma once
MUI_LAYOUTS enNZLayouts[] =
{
{ L"1409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_PH_H__
-#define LANG_EN_PH_H__
+#pragma once
MUI_LAYOUTS enPHLayouts[] =
{
{ L"3409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_TT_H__
-#define LANG_EN_TT_H__
+#pragma once
MUI_LAYOUTS enTTLayouts[] =
{
{ L"2C09", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_US_H__
-#define LANG_EN_US_H__
+#pragma once
MUI_LAYOUTS enUSLayouts[] =
{
"Adding keyboard layouts"},
{0, 0}
};
-
-#endif
-#ifndef LANG_EN_ZA_H__
-#define LANG_EN_ZA_H__
+#pragma once
MUI_LAYOUTS enZALayouts[] =
{
{ L"1C09", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EN_ZW_H__
-#define LANG_EN_ZW_H__
+#pragma once
MUI_LAYOUTS enZWLayouts[] =
{
{ L"3009", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_EO_AA_H__
-#define LANG_EO_AA_H__
+#pragma once
MUI_LAYOUTS eoAALayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_AR_H__
-#define LANG_ES_AR_H__
+#pragma once
MUI_LAYOUTS esARLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_BO_H__
-#define LANG_ES_BO_H__
+#pragma once
MUI_LAYOUTS esBOLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_CL_H__
-#define LANG_ES_CL_H__
+#pragma once
MUI_LAYOUTS esCLLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_CO_H__
-#define LANG_ES_CO_H__
+#pragma once
MUI_LAYOUTS esCOLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_CR_H__
-#define LANG_ES_CR_H__
+#pragma once
MUI_LAYOUTS esCRLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_DO_H__
-#define LANG_ES_DO_H__
+#pragma once
MUI_LAYOUTS esDOLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_EC_H__
-#define LANG_ES_EC_H__
+#pragma once
MUI_LAYOUTS esECLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_ES_H__
-#define LANG_ES_ES_H__
+#pragma once
MUI_LAYOUTS esESLayouts[] =
{
"Adding keyboard layouts"},
{0, 0}
};
-
-#endif
-#ifndef LANG_ES_GT_H__
-#define LANG_ES_GT_H__
+#pragma once
MUI_LAYOUTS esGTLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_HN_H__
-#define LANG_ES_HN_H__
+#pragma once
MUI_LAYOUTS esHNLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_MX_H__
-#define LANG_ES_MX_H__
+#pragma once
MUI_LAYOUTS esMXLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_NI_H__
-#define LANG_ES_NI_H__
+#pragma once
MUI_LAYOUTS esNILayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_PA_H__
-#define LANG_ES_PA_H__
+#pragma once
MUI_LAYOUTS esPALayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_PE_H__
-#define LANG_ES_PE_H__
+#pragma once
MUI_LAYOUTS esPELayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_PR_H__
-#define LANG_ES_PR_H__
+#pragma once
MUI_LAYOUTS esPRLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_PY_H__
-#define LANG_ES_PY_H__
+#pragma once
MUI_LAYOUTS esPYLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_SV_H__
-#define LANG_ES_SV_H__
+#pragma once
MUI_LAYOUTS esSVLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_UY_H__
-#define LANG_ES_UY_H__
+#pragma once
MUI_LAYOUTS esUYLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ES_VE_H__
-#define LANG_ES_VE_H__
+#pragma once
MUI_LAYOUTS esVELayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ET_EE_H__
-#define LANG_ET_EE_H__
+#pragma once
MUI_LAYOUTS etEELayouts[] =
{
"Klaviatuuriasetuste lisamine"},
{0, 0}
};
-
-#endif
-#ifndef LANG_EU_ES_H__
-#define LANG_EU_ES_H__
+#pragma once
MUI_LAYOUTS euESLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FA_IR_H__
-#define LANG_FA_IR_H__
+#pragma once
MUI_LAYOUTS faIRLayouts[] =
{
{ L"0429", L"00000401" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FI_FI_H__
-#define LANG_FI_FI_H__
+#pragma once
MUI_LAYOUTS fiFILayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FO_FO_H__
-#define LANG_FO_FO_H__
+#pragma once
MUI_LAYOUTS foFOLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FR_BE_H__
-#define LANG_FR_BE_H__
+#pragma once
MUI_LAYOUTS frBELayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FR_CA_H__
-#define LANG_FR_CA_H__
+#pragma once
MUI_LAYOUTS frCALayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FR_CH_H__
-#define LANG_FR_CH_H__
+#pragma once
MUI_LAYOUTS frCHLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FR_FR_H__
-#define LANG_FR_FR_H__
+#pragma once
MUI_LAYOUTS frFRLayouts[] =
{
"Adding keyboard layouts"},
{0, 0}
};
-
-#endif
-#ifndef LANG_FR_LU_H__
-#define LANG_FR_LU_H__
+#pragma once
MUI_LAYOUTS frLULayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_FR_MC_H__
-#define LANG_FR_MC_H__
+#pragma once
MUI_LAYOUTS frMCLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_GL_ES_H__
-#define LANG_GL_ES_H__
+#pragma once
MUI_LAYOUTS glESLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_GU_IN_H__
-#define LANG_GU_IN_H__
+#pragma once
MUI_LAYOUTS guINLayouts[] =
{
{ L"0439", L"00000439" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_HE_IL_H__
-#define LANG_HE_IL_H__
+#pragma once
MUI_LAYOUTS heILLayouts[] =
{
{ L"040D", L"0000040D" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_HI_IN_H__
-#define LANG_HI_IN_H__
+#pragma once
MUI_LAYOUTS hiINLayouts[] =
{
{ L"0439", L"00000439" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_HR_HR_H__
-#define LANG_HR_HR_H__
+#pragma once
MUI_LAYOUTS hrHRLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_HU_HU_H__
-#define LANG_HU_HU_H__
+#pragma once
MUI_LAYOUTS huHULayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_HY_AM_H__
-#define LANG_HY_AM_H__
+#pragma once
MUI_LAYOUTS hyAMLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_ID_ID_H__
-#define LANG_ID_ID_H__
+#pragma once
MUI_LAYOUTS idIDLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_IS_IS_H__
-#define LANG_IS_IS_H__
+#pragma once
MUI_LAYOUTS isISLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_IT_CH_H__
-#define LANG_IT_CH_H__
+#pragma once
MUI_LAYOUTS itCHLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_IT_IT_H__
-#define LANG_IT_IT_H__
+#pragma once
MUI_LAYOUTS itITLayouts[] =
{
"Aggiunta delle nazionalit\85 di tastiera"},
{0, 0}
};
-
-#endif
-#ifndef LANG_JA_JP_H__
-#define LANG_JA_JP_H__
+#pragma once
MUI_LAYOUTS jaJPLayouts[] =
{
"·°ÎÞ°ÄÞ Ú²±³ÄÉ Â²¶ Á³"},
{0, 0}
};
-
-#endif
-#ifndef LANG_KA_GE_H__
-#define LANG_KA_GE_H__
+#pragma once
MUI_LAYOUTS kaGELayouts[] =
{
{ L"0419", L"00000419" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_KK_KZ_H__
-#define LANG_KK_KZ_H__
+#pragma once
MUI_LAYOUTS kkKZLayouts[] =
{
{ L"0419", L"00000419" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_KN_IN_H__
-#define LANG_KN_IN_H__
+#pragma once
MUI_LAYOUTS knINLayouts[] =
{
{ L"0439", L"00010439" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_KO_KR_H__
-#define LANG_KO_KR_H__
+#pragma once
MUI_LAYOUTS koKRLayouts[] =
{
{ L"0412", L"00000412" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_KOK_IN_H__
-#define LANG_KOK_IN_H__
+#pragma once
MUI_LAYOUTS kokINLayouts[] =
{
{ L"0457", L"00000439" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_KY_KG_H__
-#define LANG_KY_KG_H__
+#pragma once
MUI_LAYOUTS kyKGLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
* DATE: 2008-01-06
*/
-#ifndef LANG_LT_LT_H__
-#define LANG_LT_LT_H__
+#pragma once
MUI_LAYOUTS ltLTLayouts[] =
{
"Adding keyboard layouts"},
{0, 0}
};
-
-#endif
-#ifndef LANG_LV_LV_H__
-#define LANG_LV_LV_H__
+#pragma once
MUI_LAYOUTS lvLVLayouts[] =
{
{ L"0426", L"00010426" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MK_MK_H__
-#define LANG_MK_MK_H__
+#pragma once
MUI_LAYOUTS mkMKLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MN_MN_H__
-#define LANG_MN_MN_H__
+#pragma once
MUI_LAYOUTS mnMNLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MR_IN_H__
-#define LANG_MR_IN_H__
+#pragma once
MUI_LAYOUTS mrINLayouts[] =
{
{ L"044E", L"00000439" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MS_BN_H__
-#define LANG_MS_BN_H__
+#pragma once
MUI_LAYOUTS msBNLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MS_MY_H__
-#define LANG_MS_MY_H__
+#pragma once
MUI_LAYOUTS msMYLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_MY_MM_H__
-#define LANG_MY_MM_H__
+#pragma once
MUI_LAYOUTS myMMLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_NL_BE_H__
-#define LANG_NL_BE_H__
+#pragma once
MUI_LAYOUTS nlBELayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_NL_NL_H__
-#define LANG_NL_NL_H__
+#pragma once
MUI_LAYOUTS nlNLLayouts[] =
{
"Toevoegen toetsenbord indelingen"},
{0, 0}
};
-
-
-#endif
-#ifndef LANG_NN_NO_H__
-#define LANG_NN_NO_H__
+#pragma once
MUI_LAYOUTS nnNOLayouts[] =
{
{ L"0409", L"00000409" },
{ NULL, NULL }
};
-
-#endif
-#ifndef LANG_PA_IN_H__
-#define LANG_PA_IN_H__
+#pragma once
MUI_LAYOUTS paINLayouts[] =
{
{ L"0439", L"00010439" },
{ NULL, NULL }
};
-
-#endif
* IRC: irc.freenode.net #reactos-pl;
*/
-#ifndef LANG_PL_PL_H__
-#define LANG_PL_PL_H__
+#pragma once
MUI_LAYOUTS plPLLayouts[] =
{
"Dodawanie uk\88ad¢w klawiatury"},
{0, 0}
};
-
-#endif