kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.

This commit is contained in:
Stefan Leichter 2007-09-29 23:15:51 +02:00 committed by Alexandre Julliard
parent 87a9a4d44b
commit f81f82f3ed

View file

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_FILEVERSION 1,0,0,0
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "krnl386.exe"