Sweden-Number/programs
Alexandre Julliard f5113d2d56 user32: Set the display device property on the desktop window as soon as it is created. 2013-10-24 19:01:55 +02:00
..
aspnet_regiis makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
attrib attrib: Use BOOL type where appropriate. 2013-10-15 14:28:20 +02:00
cabarc cabarc: Fix compilation under Windows. 2013-08-02 11:23:59 +02:00
cacls cacls: Print out arguments. 2012-12-26 18:23:04 +01:00
clock clock: Don't offer vertical fonts in the font dialog. 2013-06-25 12:39:22 +02:00
cmd cmd: Use BOOL type where appropriate. 2013-10-17 10:45:05 +02:00
conhost conhost.exe: Add stub program. 2013-01-03 16:46:55 +01:00
control makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
cscript cscript: Correct forming cmd for forwarding to wscript. 2013-01-29 17:50:17 +01:00
dxdiag makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
eject makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
expand makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
explorer user32: Set the display device property on the desktop window as soon as it is created. 2013-10-24 19:01:55 +02:00
extrac32 extrac32: Add /D switch support. 2013-04-24 20:15:29 +02:00
findstr findstr: Added stub exe. 2012-10-04 10:35:19 +02:00
hh makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
hostname makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
icinfo icinfo: Fix vsnprintfW usage. 2013-04-10 16:16:47 +02:00
iexplore iexplore: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
ipconfig ipconfig: Distinguish between IPv4 and IPv6 addresses. 2013-01-07 13:38:22 +01:00
lodctr makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
mofcomp makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
mshta makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
msiexec msiexec: Add a fixme for administrative installs. 2013-09-11 20:33:22 +02:00
net net: Use BOOL type where appropriate. 2013-10-15 14:28:20 +02:00
netsh makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
netstat netstat: Allocate WCHARs not CHARs (Coverity). 2013-09-30 11:37:32 +02:00
ngen makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
notepad notepad: Fix manpage formatting. 2013-07-17 20:30:49 +02:00
oleview include: Add COM interface definitions needed for PrintDlgEx implementation. 2013-04-09 11:59:45 +02:00
ping makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
plugplay makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
presentationfontcache makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
progman progman: Use LMEM_MOVEABLE when reallocating memory. 2013-06-03 11:29:44 +02:00
reg reg: Use the CSTR_XXX macros instead of numeric literals. 2012-06-21 08:33:54 +02:00
regasm makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
regedit regedit: Fix manpage formatting. 2013-07-17 20:30:49 +02:00
regsvcs makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
regsvr32 regsvr32: Fix manpage formatting. 2013-07-17 20:30:49 +02:00
rpcss rpcss: Remove redundant define. 2012-12-27 17:15:40 +01:00
rundll.exe16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
rundll32 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
sc makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
schtasks schtasks: Add a stub schtasks.exe. 2012-11-06 16:02:38 +01:00
secedit makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
servicemodelreg servicemodelreg: Keep debug channel name to 14 characters or fewer. 2012-12-13 11:20:34 +01:00
services services/tests: Compile with -D__WINESRC__. 2013-10-16 11:41:20 +02:00
spoolsv makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
start start: Fix mask for creation flags (coverity). 2012-11-08 15:37:51 +01:00
svchost makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
taskkill taskkill: Use BOOL type where appropriate. 2013-10-02 11:06:44 +02:00
tasklist programs: Add a stub tasklist.exe. 2013-08-20 12:35:54 +02:00
taskmgr taskmgr: Use definitions from winternl.h instead of duplicating them. 2013-09-11 18:33:07 +02:00
termsv makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
uninstaller makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
unlodctr makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
view view: Free the data on error exit (Coverity). 2013-09-30 11:39:08 +02:00
wineboot wineboot: Use BOOL type where appropriate. 2013-10-23 11:21:49 +02:00
winebrowser libport: Rename spawnvp to _spawnvp to avoid the deprecated name. 2013-04-09 15:26:10 +02:00
winecfg winecfg: Use BOOL type where appropriate. 2013-10-17 10:45:45 +02:00
wineconsole wineconsole: Avoid an empty for loop. 2013-10-21 20:23:49 +02:00
winedbg winedbg: Use BOOL type where appropriate. 2013-10-14 10:44:41 +02:00
winedevice winedevice: Retrieve the page size from ntdll. 2013-01-09 12:15:21 +01:00
winefile winefile: Use BOOL type where appropriate. 2013-10-17 10:45:49 +02:00
winemenubuilder winemenubuilder: Initialize a variable. 2013-05-30 19:33:09 +02:00
winemine Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages. 2013-07-16 20:48:05 +02:00
winemsibuilder makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
winepath winepath: Use BOOL type where appropriate. 2013-10-14 10:44:56 +02:00
winetest makefiles: Generate explicit build rules for resource files from makedep. 2013-10-15 13:53:11 +02:00
winevdm winevdm: Use BOOL type where appropriate. 2013-09-26 21:34:14 +02:00
winhelp.exe16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
winhlp32 winhlp32: Use BOOL type where appropriate. 2013-10-22 16:37:40 +02:00
winoldap.mod16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
winver makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
wmic wmic: Convert integer property values to BSTR. 2013-10-01 13:10:21 +02:00
wordpad wordpad: Use BOOL type where appropriate. 2013-10-17 10:45:31 +02:00
write makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
wscript tests: Readying some tests for the compilation with -D__WINESRC__. 2013-10-02 11:03:26 +02:00
wusa wusa: Add stub program. 2012-03-14 17:29:11 +01:00
xcopy xcopy: Use BOOL type where appropriate. 2013-10-15 14:28:20 +02:00