Gerald Pfeifer
|
4dedab6152
|
netapi32: Remove two conditions which always hold true.
|
2009-09-22 18:52:07 +02:00 |
Michael Stefaniuc
|
a8510589c3
|
netapi32: Remove superfluous pointer casts.
|
2009-03-05 13:24:49 +01:00 |
Juan Lang
|
f356c8e46d
|
netapi32: Remove unused define.
|
2009-01-21 11:18:00 +01:00 |
Andrew Talbot
|
05c283246c
|
netapi32: Fix some limits and bounds checking.
|
2009-01-20 12:23:24 +01:00 |
Juan Lang
|
9f8ae26c13
|
netapi32: Fix dead stores.
|
2008-11-19 14:22:11 +01:00 |
Austin English
|
05faae7b5a
|
Spelling fixes.
|
2008-04-09 12:07:39 +02:00 |
Kai Blin
|
65686b583b
|
netapi32: Revert "janitorial: Use poll() instead of select()."
As Juan Lang pointed out, fd is a SOCKET here and the netapi32 call to
select calls ws2_32.WS_select(), which uses poll internally already.
|
2008-03-24 20:42:09 +01:00 |
Kai Blin
|
63504e9e80
|
janitorial: Use poll() instead of select().
|
2008-03-24 13:41:57 +01:00 |
Andrew Talbot
|
0167d2c8a6
|
netapi32: Assign to struct instead of using memcpy.
|
2008-03-10 11:23:24 +01:00 |
Andrew Talbot
|
2a2a3b4ea4
|
netapi32: Constify some variables.
|
2007-06-20 13:08:55 +02:00 |
Jan Zerebecki
|
4a5f61bb63
|
netapi32: Add DebugInfo to critical sections.
|
2007-03-12 13:38:50 +01:00 |
Andrew Talbot
|
01e338805c
|
netapi32: Constify a variable.
|
2007-02-20 11:51:45 +01:00 |
Hans Leidekker
|
9f71ae876a
|
netapi32: Win64 printf format warning fixes.
|
2006-10-12 21:26:26 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
a107234dcd
|
gcc 4.0 warning fixes.
|
2005-08-29 09:38:19 +00:00 |
Mike McCormack
|
257c337c19
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-07 12:08:42 +00:00 |
Alexandre Julliard
|
629352bdc4
|
Moved network configuration parameters to HKCU\Software\Wine\Network.
|
2005-06-14 17:22:41 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Juan Lang
|
e520346265
|
Convert some registry calls from A to W.
|
2004-12-08 13:49:36 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Alexandre Julliard
|
e8a339c1d2
|
Portability fixes for LSB compatibility.
|
2004-03-01 21:32:02 +00:00 |
Juan Lang
|
c935908e2a
|
- fix broadcast address for name lookups after iphlpapi change
- fix bad registry key opening
|
2004-01-30 22:55:25 +00:00 |
Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
Alexandre Julliard
|
d03300eca3
|
Define INADDR_NONE if needed (reported by Robert Lunnon).
|
2004-01-15 00:25:41 +00:00 |
Robert Lunnon
|
9376904446
|
FD_SET is not a type changed to struct fd_set.
Reordered headers to avoid including sys/select.h before winbase.h.
|
2004-01-14 05:20:59 +00:00 |
Steven Edwards
|
d8f9c1c076
|
Fix compiling netapi32 on MSVC with PSDK headers.
|
2004-01-02 20:15:05 +00:00 |
Juan Lang
|
a5545b64e5
|
Fix conflicting registry value names, and try both Win9x and WinNT
locations for NetBT registry values.
|
2004-01-02 03:55:53 +00:00 |
Juan Lang
|
e7fd6fd2a1
|
Implemented a lot of Netbios().
|
2003-11-29 00:19:19 +00:00 |