Commit Graph

6049 Commits

Author SHA1 Message Date
Stefan Dösinger 1c4a15d2cd wined3d: Recompile glsl pixelshaders if the sampler format changes. 2007-09-24 13:30:08 +02:00
Rob Shearman ac7e221c20 userenv: Add a stub for UnloadUserProfile. 2007-09-21 12:05:42 +02:00
Francois Gouget deb355be81 infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl.
Add a commented out import directive as a reminder.
2007-09-21 11:52:18 +02:00
Francois Gouget 253b251ff5 fci.h: Include basetsd.h. 2007-09-21 11:52:13 +02:00
Francois Gouget 49b2c3fee6 mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants.
Fix iprtrmib.h so it includes mprapi.h.
2007-09-21 11:52:08 +02:00
Francois Gouget 0bf3f1d9f1 gdiplus: Make gdiplustypes.h C++ compatible.
Add GetThumbnailImageAbort.
2007-09-21 11:52:05 +02:00
Francois Gouget 2b89102127 regstr.h only defines constants and structures and thus does not need an extern "C" statement. 2007-09-21 11:52:01 +02:00
Peter Oberndorfer 70238568c6 include: Add new processor feature constants. 2007-09-21 11:51:46 +02:00
Dmitry Timoshkov b0d1590def gdi32: Use symbolic names for font tags. 2007-09-20 15:54:19 +02:00
Roderick Colenbrander 21a3c1d4be wined3d: Better video memory reporting. 2007-09-20 15:53:40 +02:00
Maarten Lankhorst c3cf79d817 gdi: Remove support for libicu and all dependencies. 2007-09-19 14:56:50 +02:00
Juan Lang 9fc7973727 setupapi: Add missing prototypes and definitions, and change function prototypes to match. 2007-09-19 12:48:46 +02:00
Juan Lang ae6f5616cb setupapi: Correct type to match PSDK. 2007-09-19 12:31:37 +02:00
Francois Gouget a399e3bcc4 dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype. 2007-09-18 11:21:21 +02:00
Francois Gouget 4040ecee2b dnsapi: Fix the DnsQueryConfig() prototype. 2007-09-18 11:21:17 +02:00
Francois Gouget 4035b22bf7 imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). 2007-09-18 11:21:00 +02:00
Francois Gouget af183df608 advapi32: Add and use LSTATUS. 2007-09-18 11:20:53 +02:00
Francois Gouget a9f9676046 shell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_PERSONAL. 2007-09-18 11:20:40 +02:00
Francois Gouget 98d63f3435 dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes.
Tweak the actual callbacks to better match the prototypes.
2007-09-18 11:20:24 +02:00
Francois Gouget 4dbe1f9164 dbghelp: Add some missing prototypes and types. 2007-09-18 11:20:06 +02:00
Francois Gouget faab0c7885 imagehlp: Fix the PTRANSLATE_ADDRESS_ROUTINE() and PREAD_PROCESS_MEMORY_ROUTINE() prototypes. 2007-09-18 11:19:59 +02:00
Dmitry Timoshkov 3407307a50 winex11.drv: Use symbolic names for MapVirtualKey translation types. 2007-09-18 11:15:01 +02:00
Mikolaj Zalewski baee27c69c gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon). 2007-09-17 14:14:27 +02:00
Roderick Colenbrander 0b0f353b7d wined3d: Update list of pci ids. 2007-09-17 12:10:33 +02:00
Stefan Dösinger c5410a6f22 wined3d: Use GL_NV_depth_clamp to implement clipping disable. 2007-09-17 12:08:40 +02:00
Stefan Dösinger 43af9aec19 wined3d: Add D3DSI_TEXLD_PROJECT and BIAS to d3d9types.h. 2007-09-17 12:08:23 +02:00
Vincent Povirk f6aa17ce28 shell32: Add SHPathPrepareForWrite and related constants. 2007-09-14 16:20:14 +02:00
Rob Shearman 3f431a0646 server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken. 2007-09-14 14:43:46 +02:00
Jacek Caban 1ab3dbd55e mshtml.idl: Added IHTMLAnchorElement. 2007-09-13 13:25:57 +02:00
Roderick Colenbrander ad692f2a83 wined3d: Add PBO support for dynamically locked surfaces. 2007-09-13 11:00:47 +02:00
Rob Shearman 5ffe867dc7 ole32: Implement CoFreeUnusedLibrariesEx.
Fix CoFreeUnusedLibraries to use a delay of 10 minutes when used with 
multi-threaded apartments.
2007-09-12 14:04:56 +02:00
Stefan Dösinger 160258b637 wined3d: Implement mipmap auto generation. 2007-09-12 12:10:25 +02:00
Stefan Dösinger 5ab9d85c39 wined3d: Implement texbeml. 2007-09-12 12:10:03 +02:00
Francois Gouget b7bf91f5e8 crypt32: Fix the I_Crypt*Asn1*() prototypes. Add the i_cryptasn1tls.h header and use it. 2007-09-12 11:33:10 +02:00
Rob Shearman cfc50f89d7 ole32: Add cross-process running-object table support. 2007-09-11 13:55:08 +02:00
Juan Lang 8bc15e7b4a crypt32: Add policy flags definitions. 2007-09-11 12:36:05 +02:00
Mikolaj Zalewski 5ce0788e4d include: Add errorrep.h header. 2007-09-11 12:34:07 +02:00
Francois Gouget b1494b1377 query: Make ntquery.h C++ compatible.
Add missing prototypes.
Add a commented-out #include directive as a reminder.
2007-09-10 12:14:57 +02:00
Francois Gouget 16793656ea url: Fix the InetIsOffline() prototype.
Add a skeleton intshcut.h header declaring InetIsOffline(), and use it.
2007-09-10 12:14:38 +02:00
Francois Gouget 11ab3dacfd secur32: Add some missing prototypes to ntsecapi.h. 2007-09-10 12:14:05 +02:00
Francois Gouget 4aed59ef5b crypt32: Better match the PSDK types and fix the winapi_check warnings. 2007-09-10 12:14:03 +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
Francois Gouget c0716ef18c quartz: Make errors.h more complete and better match the PSDK types. 2007-09-10 12:13:00 +02:00
Francois Gouget b1ed9ce820 shobjidl.h: Add missing #include directives, and some commented-out ones as reminders. 2007-09-10 12:12:38 +02:00
Francois Gouget 5fcce569ce bcrypt: Add a skeleton bcrypt.h header and use it. 2007-08-31 12:08:58 +02:00
Francois Gouget ca31d8ad1c wininet: Remove the occasional parameter name in the prototypes. 2007-08-31 12:08:58 +02:00
Kai Blin b53e1ffa47 secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
Francois Gouget d4337f2b5e wininet: Fix many wininet prototypes: the context is a DWORD_PTR now. 2007-08-30 17:02:49 +02:00
Francois Gouget 5b3d0b8878 winhttp: Add a skeleton winhttp.h and use it. 2007-08-30 17:02:48 +02:00
Francois Gouget f9ee796c42 wintrust: Add a prototype for WTHelperGetProvCertFromChain(). 2007-08-30 17:02:48 +02:00