Bertho Stultiens
4ca9d75542
Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
...
The VS_VERSION_INFO is a simple define and would cause confusion.
Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
1999-02-17 15:33:17 +00:00
Marcus Meissner
317af320cf
Optimized include/*.h: (recursively) include all headers needed by
...
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Ulrich Weigand
dae096f8e4
NULL is a valid argument as handle for GetFileVersionInfoSize32A.
1999-02-09 14:18:57 +00:00
Ulrich Weigand
d70a6320b6
Bugfix: NULL pointer check for output parameters.
1999-02-09 14:15:48 +00:00
Marcus Meissner
e233d1ae3f
reslen could be used uninitialised in GetFileResource32 (fixes some
...
strange VerQueryValue crashes).
1999-02-02 10:39:33 +00:00
Ulrich Weigand
ce8217734e
Implementation of VERSION.DLL. Based on old misc/ver.c.
...
- Accessing PE version info resources should work correctly now.
- Fixed memory leaks.
- Clean separation of 16- and 32-bit parts.
- Minor bugfixes.
1999-01-31 10:11:54 +00:00