Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include <winver.h> ///////////////////////////////////////////////////////////////////////////// // // Version // #define VER_FILETYPE VFT_DLL #define VER_COMPANYNAME_STR "Digital Equipment Corporation" #define VER_PRODUCTNAME_STR "Light and Sound Pack" #define VER_COPYRIGHT_STR "Copyright\251 Digital Equipment Corporation, 1998" #define VER_DESCRIPTION_STR "Digital H.261 Video Codec" #define VER_INTERNALNAME_STR "D261" #define VER_ORIGNAME_STR "dech261.drv"
// Standard NetMeeting version resource #include <version.rc>
|