mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
7 lines
123 B
C++
7 lines
123 B
C++
#include "stdafx.h"
|
|
|
|
extern "C" {
|
|
ULONG MajorVersion = 0x04;
|
|
ULONG MinorVersion = 0x01;
|
|
ULONG BuildNumber = 0x0;
|
|
}
|