A
download resource.h
Language: C
LOC: 22
Project Info
ReactOS
Server: ReactOS
Type: svn
...os\reactos\include\reactos\
   ccros.h
   config.h
   debug.h
   exeformat.h
   helper.h
   kddll.h
   ppcboot.h
   ppcdebug.h
   ppcfont.h
   probe.h
   reactos.rbuild
   resource.h
   rosldr.h
   rossym.h
   typedefs_host.h
   typedefs64.h
   version.h
   version.rc
   windbgkd.h
   winlogon.h

#ifndef _INC_REACTOS_RESOURCE_H
#define _INC_REACTOS_RESOURCE_H
#include "version.h"
#include "buildno.h"

/* Global File Version UINTs */

#define RES_UINT_FV_DLL_MAJOR	42
#define RES_UINT_FV_EXE_MAJOR	KERNEL_VERSION_MAJOR
#define RES_UINT_FV_MINOR	KERNEL_VERSION_MINOR
#define RES_UINT_FV_REVISION	KERNEL_VERSION_PATCH_LEVEL
/* Can't use KERNEL_VERSION_BUILD, would overflow */
#define RES_UINT_FV_BUILD	0

/* ReactOS Product Version UINTs */

#define RES_UINT_PV_MAJOR	KERNEL_VERSION_MAJOR
#define RES_UINT_PV_MINOR	KERNEL_VERSION_MINOR
#define RES_UINT_PV_REVISION	KERNEL_VERSION_PATCH_LEVEL
#define RES_UINT_PV_BUILD	0

/* Common version strings for rc scripts */

#define RES_STR_COMPANY_NAME	"ReactOS Development Team\0"
#define RES_STR_LEGAL_COPYRIGHT	"Copyright (c) 1998-2006 ReactOS Team\0"
#define RES_STR_PRODUCT_NAME	"ReactOS Operating System\0"
#define RES_STR_PRODUCT_VERSION	KERNEL_VERSION_RC
#define RES_STR_BUILD_DATE      KERNEL_VERSION_BUILD_RC

/* FILE_VERSION defaults to PRODUCT_VERSION */
#define RES_STR_FILE_VERSION	KERNEL_RELEASE_RC	

/* ReactOS default Application Registry Root Path */
#define RES_STR_ROSAPP_REGISTRY_ROOT	"Software\\ReactWare"

/* Bitmaps */
#define IDB_BOOTIMAGE       100

#endif /* ndef _INC_REACTOS_RESOURCE_H */

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us