Dmitry Timoshkov
|
09c3d32ff5
|
version: Use GetModuleHandleEx to increment the module ref count.
|
2007-11-01 12:41:44 +01:00 |
Bang Jun-young
|
a290263860
|
version: Use the official NT macro rather than obsolete one.
|
2007-10-16 09:38:30 +02:00 |
Francois Gouget
|
015dc79cd4
|
version: Fix some Ver*() prototypes (especially wrt constness).
Better match the PSDK types and fix the winapi_check warnings.
|
2007-09-10 12:13:41 +02:00 |
Steven Edwards
|
c9a0da51a5
|
Remove more unneeded wine 16bit header usage.
|
2007-08-30 12:31:01 +02:00 |
Steven Edwards
|
e1347ecdc5
|
version: VerQueryValueA/W NULL pointer check.
|
2007-07-27 12:21:56 +02:00 |
Francois Gouget
|
96c337f0a1
|
Assorted spelling fixes.
|
2007-06-07 19:24:32 +02:00 |
Francois Gouget
|
ab91c21636
|
version: Fix the VerQueryValueA/W() prototypes.
|
2007-05-31 14:18:35 +02:00 |
Andrew Talbot
|
dd9af77062
|
version: Exclude unused headers.
|
2007-05-21 13:36:29 +02:00 |
Alexandre Julliard
|
96432dfe4b
|
version: Avoid size_t type in traces.
|
2007-04-23 15:12:19 +02:00 |
Dmitry Timoshkov
|
31368dec93
|
version: Add a VerQueryValue test, make it mostly pass under Wine.
|
2007-04-17 12:20:41 +02:00 |
Alexandre Julliard
|
9dd1f1e341
|
Added version information for a number of dlls.
|
2007-03-07 21:25:16 +01:00 |
Andrew Talbot
|
96c84497da
|
version: Constify some variables.
|
2007-03-05 12:08:54 +01:00 |
Andrew Talbot
|
b940df1408
|
version: Constify a variable.
|
2007-02-26 13:38:05 +01:00 |
Andrew Talbot
|
19daedffaf
|
version: Constify a variable.
|
2007-02-23 11:24:01 +01:00 |
Andrew Talbot
|
908903b7f1
|
version: Constify a formal parameter of VerQueryValue{A|W}().
|
2007-02-14 14:42:09 +01:00 |
Francois Gouget
|
f3e7c5380a
|
version/tests: Print GetLastError() in decimal with '%u'.
|
2007-01-06 11:40:43 +01:00 |
Andrew Talbot
|
7eb6815336
|
version/tests: Write-strings warning fix.
|
2006-12-16 17:01:57 +01:00 |
Francois Gouget
|
65921ad1af
|
version/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2006-12-14 20:24:46 +01:00 |
Paul Vriens
|
d01e76de05
|
version/tests: Free memory after use.
|
2006-12-06 11:26:55 +01:00 |
Michael Stefaniuc
|
99de79ad1e
|
version/tests: Win64 printf format warning fixes.
|
2006-10-10 11:56:38 +02:00 |
Michael Stefaniuc
|
54b1c5e0fa
|
version: Win64 printf format warning fixes.
|
2006-10-09 12:55:55 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Andrew Talbot
|
b6f190ee42
|
version: Write-strings warnings fix.
|
2006-08-11 19:26:33 +02:00 |
Andrew Talbot
|
b40f4c0b17
|
version/tests: Write-strings warnings fix.
|
2006-08-10 10:57:17 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Alexandre Julliard
|
55d9045804
|
version/tests: Don't use sizeof in ok() to avoid printf format warnings.
|
2006-06-13 14:03:59 +02:00 |
Alexandre Julliard
|
298d80c2bd
|
version/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
|
2006-06-13 13:58:12 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Paul Vriens
|
b3d8be24db
|
version: Translate some German comments.
|
2006-04-13 11:23:30 +02:00 |
Stefan Leichter
|
19b55e8945
|
Fix version tests on windows 9x/ME.
|
2005-11-30 12:31:54 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Stefan Leichter
|
ba190e9af6
|
Fix version tests on NT, 2K and XP, make some errors more verbose.
|
2005-11-21 11:57:03 +00:00 |
Stefan Leichter
|
22617da27f
|
Added some tests for VerFindFileA.
|
2005-11-12 19:09:18 +00:00 |
Ivan Leo Puoti
|
5b22e4d6ef
|
Fix some wrong prototypes.
|
2005-11-03 11:35:11 +00:00 |
Oliver Stieber
|
946f91103d
|
Correct the way that VerFindFileA checks for a file that is
exclusively locked.
|
2005-10-28 10:42:09 +00:00 |
Detlef Riekenberg
|
2ee26f2145
|
Updated trace to support VERSIONED_PRINTER.
|
2005-10-26 12:05:17 +00:00 |
Paul Vriens
|
4be0d76397
|
Wine's behavior is correct now.
|
2005-10-18 12:00:59 +00:00 |
James Hawkins
|
0eddf4341f
|
Check the size of the input buffer so we don't write past the end.
|
2005-10-04 11:30:20 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexandre Julliard
|
9f1c6de1ef
|
We are no longer generating .spec.c files.
|
2005-09-21 14:42:52 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Alexandre Julliard
|
261e376495
|
Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
|
2005-09-12 15:14:06 +00:00 |
Alexandre Julliard
|
c6b005ac69
|
Fixed some more traces to use the right printf format and avoid
typecasts.
|
2005-09-12 14:12:46 +00:00 |