search for: makelong

Displaying 5 results from an estimated 5 matches for "makelong".

2011 Feb 08
2
WSAStartup failure
Hi, I added the Windows::WSA module to windows-pr recently (it''s in the latest git repo). However, I can''t seem to make WSAStartup work. I tried the following bit of code, only to get "The Windows Sockets version requested is not supported" on my Vista box. Is it really not supported on Vista? The docs say Win2k or later. Or is there another issue? require
2002 Jul 15
2
oggdrop with quality < 0
...drop/main.c,v retrieving revision 1.14 diff -r1.14 main.c 14c14 < #define BASEKEY "Software\\Xiphophorus\\Oggdrop" --- > #define BASEKEY "Software\\Xiph.Org\\Oggdrop" 187c187,188 < --- > nominalBitrate = qc2approxBitrate(qcValue); > 458c459 < (LPARAM) MAKELONG(0, 100)); // min. & max. positions --- > (LPARAM) MAKELONG(0, 110)); // min. & max. positions 465c466 < (LPARAM) MAKELONG(0, 100)); --- > (LPARAM) MAKELONG(0, 110)); 469c470 < (LPARAM) read_setting("quality", VORBIS_DEFAULT_QUALITY...
2008 Nov 07
0
Wine release 1.1.8
...di32: Don't cast NULL. winedump: Remove casts of void pointers to other pointer types. winex11.drv: ImmLockIMCC() returns a void pointer; no need to cast that. cabinet: Do not cast NULL. riched20: Do not cast NULL. riched20: Use MAKELPARAM instead of "(LPARAM) MAKELONG". winedbg: Use FIELD_OFFSET instead of reimplementing it. user32: Do not cast NULL. dmusic: Do not cast NULL. dnsapi: Transform two for loops into while loops. d3dx8: Do not cast NULL. netapi32/tests: Do not cast NULL. ole32: Do not cast NULL. ol...
2007 Mar 02
0
Wine release 0.9.32
...bles indentation that breaks diff -p. wine/test: Print the official name of the test in summary. makedep: Fixed string comparison against the source tree path Anatoly Lyutin (2): wineconsole: Added range of value for an up-down control. wineconsole: Use MAKELPARM instead of MAKELONG. Andrew Talbot (13): mciseq: Constify a variable. msadp32.acm: Constify some variables. msi: Constify some variables. msg711.acm: Constify some variables. netapi32: Constify a variable. msvfw32: Constify a variable. odbc32: Constify some variables. s...
2009 Mar 13
0
Wine release 1.1.17
...as specified. server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting. kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus. uninstaller: Only load error strings when needed. user32: Use MAKEWPARAM instead of MAKELONG for menu messages. user32/tests: Fix a couple of failing menu tests. user32/tests: Add some more optional messages. configure: 16-bit object files should depend on IDL headers too. makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug. co...