1. 467691d winapi_test: Improve the usage message. by Francois Gouget · 16 years ago
  2. 581e390 winapi_test: The tests don't support WIN64 yet so disable them there. by Francois Gouget · 16 years ago
  3. 411f5d2 winapi_test: The real tests are done at compile time so use C_ASSERT() instead of ok(). Do only one test per line so one can know exactly what went wrong. by Francois Gouget · 16 years ago
  4. 9f62c9b winapi_test: Fix TEST_FIELD() so it correctly tests the field size. by Francois Gouget · 16 years ago
  5. 43c18c1 winapi_test: FIELD_ALIGNMENT() is redundant so remove it. by Francois Gouget · 16 years ago
  6. 2e668d2 winapi_test: Updated so the generated tests work. by Francois Gouget · 16 years ago
  7. 5e3e05e winapi_check: Extend support for '-arch=xxx' in spec files. by Francois Gouget · 16 years ago
  8. ea79b29 winapi_check: Add support for '-arch=xxx' in spec files. by Francois Gouget · 16 years ago
  9. 9898d43 msvcmaker: Generate rules for IDL_C_SRCS, IDL_S_SRCS, IDL_P_SRCS and IDL_TLB_SRCS. by Rob Shearman · 16 years ago
  10. 23787fc msvcmaker: The Visual Studio project conversion tool requires a configuration type. by Reece Dunn · 16 years ago
  11. a4e4e27 msvcmaker: Don't automatically add a define for the DLL name. by Rob Shearman · 16 years ago
  12. 86ffc2b msvcmaker: Don't generate project files for DLLs that can't be compiled with MSVC. by Rob Shearman · 16 years ago
  13. b1fccd9 msvcmaker: Define _USE_MATH_DEFINES so that M_PI and other constants are defined when including <math.h>. by Rob Shearman · 17 years ago
  14. 07ca2b4 msvcmaker: Fix detection of static libraries. by Rob Shearman · 17 years ago
  15. f32ec64 msvcmaker: Generate include project and make every wine module depend on it. by Rob Shearman · 17 years ago
  16. 0b334e0 msvcmaker: Generate .h files from .idl files specified in IDL_H_SRCS makefile rules. by Rob Shearman · 17 years ago
  17. e842164 msvcmaker: Fix invocation of winebuild to generate compatible .def files. by Rob Shearman · 17 years ago
  18. 5376d37 msvcmaker: Add support for building wine.lib. by Rob Shearman · 17 years ago
  19. e713f4b msvcmaker: Update the function list for which HAVE_* defines are written into config.h. by Rob Shearman · 17 years ago
  20. 1ab0766 msvcmaker: Remove the defining of __ASM_SHORT and __ASM_STRING in the generated config.h file. by Rob Shearman · 17 years ago
  21. efe81dd msvcmaker: Update the HAVE_* defines for headers in the generated config.h file. by Rob Shearman · 17 years ago
  22. c71d16c msvcmaker: Add HAVE_* defines for some types present in the MSVC build environment. by Rob Shearman · 17 years ago
  23. fb4355c msvcmaker: Factor out some common settings. by Rob Shearman · 17 years ago
  24. d7a5ff0 msvcmaker: Fix generated imports for Wine modules and link with delayed imports. by Rob Shearman · 17 years ago
  25. 6d11ecf msvcmaker: Fix the generated filename for the spec file for modules with extensions other than .dll. by Rob Shearman · 17 years ago
  26. 1b2cead msvcmaker: Fix the arguments passed to winebuild to generate the .def file. by Rob Shearman · 17 years ago
  27. 6b3b7eb msvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP. by Rob Shearman · 17 years ago
  28. e0df1b9 msvcmaker: Fix msvc project file generation under MinGW32. by Hongbo Ni · 17 years ago
  29. 52911fc include: Update the MIDL_STUB_MESSAGE structure. by Rob Shearman · 17 years ago
  30. b79f37f tools/winapi: Fix typo in the generated header. by Paul Vriens · 17 years ago
  31. d03f4d2 tools/msvcmaker: Suppress deprecation warnings on VC8 and above. by Reece Dunn · 17 years ago
  32. 45d248f tools: Target the version defines to Vista in msvcmaker. by Reece Dunn · 17 years ago
  33. de928a0 msvcmaker: We don't use .dbg.c files anymore. by Francois Gouget · 17 years ago
  34. 19a85f3 msvcmaker: We don't build wine.lib so don't try to copy it. by Francois Gouget · 17 years ago
  35. 9a17f38 msvcmaker: winebuild needs getopt*.c and mkstemps.c when compiled with MSVC. by Francois Gouget · 17 years ago
  36. e52dad1 winapi_check: Update win32.api for d3dx8.dll. by Francois Gouget · 17 years ago
  37. 511aca5 winapi_check: Assorted win32.api updates. by Francois Gouget · 17 years ago
  38. 566b10a winapi_check: Update win32.api for acledit.dll, ctapi32.dll and inetcomm.dll. by Francois Gouget · 17 years ago
  39. f6fab29 Fix spelling error in the generated conformance test files. by Francois Gouget · 17 years ago
  40. 66960ba dwmapi: Add stub implementation for DwmSetWindowAttribute and DwmUnregisterThumbnail. by Peter Oberndorfer · 17 years ago
  41. 80911c1 crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
  42. b1335db Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
  43. d16a634 Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
  44. 1a75b5d user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
  45. d223716 msdmo: Fix the DMOGetName() prototype. by Francois Gouget · 17 years ago
  46. c8fbeae winapi: Assorted win32.api updates. by Francois Gouget · 18 years ago
  47. 4040ece dnsapi: Fix the DnsQueryConfig() prototype. by Francois Gouget · 18 years ago
  48. af183df advapi32: Add and use LSTATUS. by Francois Gouget · 18 years ago
  49. 547b0f3 faultrep: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  50. 4ce6a5f url: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  51. 2cd698a winapi_check: 'char*' is a string, not a pointer. by Francois Gouget · 18 years ago
  52. ec6e307 quartz: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  53. b306d15 query: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  54. 4aed59e crypt32: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  55. 878c6f4 winex11.drv: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  56. ee6a962 winapi_check: Assorted win16.api and win32.api updates. by Francois Gouget · 18 years ago
  57. 015dc79 version: Fix some Ver*() prototypes (especially wrt constness). by Francois Gouget · 18 years ago
  58. 6927c9c secur32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  59. 823f386 vdmdbg: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  60. 48ae1a4 schannel: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  61. e32fa84 rpcrt4: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  62. 225ff43 spoolss: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  63. 6dbf9c1 shlwapi: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  64. 5663306 winscard: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  65. cba68f4 mmsystem: Better stick the the PSDK types. by Francois Gouget · 18 years ago
  66. 93f7444 winhttp: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  67. 043fd9b winapi_check: Assorted win32.api updates. by Francois Gouget · 18 years ago
  68. 20a7ab4 gdiplus: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  69. 2993785 Assorted non-ANSI function declaration fixes (missing void). by Francois Gouget · 18 years ago
  70. ce26e78 printui: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  71. ee3b263 ntprint: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  72. f20cd49 ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  73. cd1c07b ntdll: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  74. 66b7134 nddeapi: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  75. df3437b mshtml: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  76. 64de86d pdh: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  77. 910d1b0 wing32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  78. 31c8f3e mprapi: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  79. a72b53e mapi32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  80. 9c17c4c userenv: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  81. f992b63 kernel32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  82. ce96723 gdi32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  83. b4209a7 mscoree: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  84. 5771700 msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  85. f6848fb imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  86. ca99deb d3drm: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  87. b449a8b netapi32: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  88. f33abb6 wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*(). by Francois Gouget · 18 years ago
  89. 7a94a17 hlink: Add a missing prototype and update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  90. 9dab7ad localui: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  91. a0e92f1 wined3d: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  92. f59ad1e hhctrl.ocx: Update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  93. c9b9826 wintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match the PSDK types. by Francois Gouget · 18 years ago
  94. 92f2974 winapi_check: Fix a couple of dll names. by Francois Gouget · 18 years ago
  95. ca3a241 dnsapi: Better match the PSDK types, especially with regards to constness. by Francois Gouget · 18 years ago
  96. 5b375ae ddraw: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  97. b86570d imagehlp: Better match the PSDK types, especially with regards to constness. by Francois Gouget · 18 years ago
  98. 5e565a7 dwmapi: Add dwmapi.h and update win32.api to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  99. f67fd2c crypt32: Better match the PSDK types and fix the winapi_check warnings. by Francois Gouget · 18 years ago
  100. cace3f9 dnsapi: The DNS APIs don't take PIP4_ARRAYs anymore (for IPv6 compatibility). by Francois Gouget · 18 years ago