ReactOS 0.4.15-dev-8058-ga7cbb60
ver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION   "FreeLoader v3.2"
 
#define COPYRIGHT   "Copyright (C) 1996-" COPYRIGHT_YEAR " ReactOS Project"
 
#define AUTHOR_EMAIL   "<www.reactos.org>"
 
#define BY_AUTHOR   "by ReactOS Project"
 
#define FREELOADER_MAJOR_VERSION   3
 
#define FREELOADER_MINOR_VERSION   2
 
#define FREELOADER_PATCH_VERSION   0
 

Variables

const PCSTR FrLdrVersionString
 

Macro Definition Documentation

◆ AUTHOR_EMAIL

#define AUTHOR_EMAIL   "<www.reactos.org>"

Definition at line 25 of file ver.h.

◆ BY_AUTHOR

#define BY_AUTHOR   "by ReactOS Project"

Definition at line 26 of file ver.h.

◆ COPYRIGHT

#define COPYRIGHT   "Copyright (C) 1996-" COPYRIGHT_YEAR " ReactOS Project"

Definition at line 24 of file ver.h.

◆ FREELOADER_MAJOR_VERSION

#define FREELOADER_MAJOR_VERSION   3

Definition at line 35 of file ver.h.

◆ FREELOADER_MINOR_VERSION

#define FREELOADER_MINOR_VERSION   2

Definition at line 36 of file ver.h.

◆ FREELOADER_PATCH_VERSION

#define FREELOADER_PATCH_VERSION   0

Definition at line 37 of file ver.h.

◆ VERSION

#define VERSION   "FreeLoader v3.2"

Definition at line 23 of file ver.h.

Variable Documentation

◆ FrLdrVersionString

const PCSTR FrLdrVersionString
extern

Definition at line 32 of file freeldr.c.

Referenced by TuiDrawBackdrop().