Implemented the GetBinaryType API function.
[wine/multimedia.git] / programs / winver / winver.c
blobfde3992e86fdb6ab91a2ad8715a1b364c91b76a7
1 /*
2 * Windows Version Program
4 * Copyright 1997 by Marcel Baur (mbaur@g26.ethz.ch)
6 */
8 #include "windows.h"
9 #include "version.h"
11 int PASCAL WinMain (HANDLE inst, HANDLE prev, LPSTR cmdline, int show)
13 return ShellAbout((HWND)0, "WINE", WINE_RELEASE_INFO, 0);
16 /* Local Variables: */
17 /* c-files style: "GNU" */
18 /* End: */