This website requires JavaScript.
Explore
Help
Sign in
system
/
wine
Watch
1
Star
0
Fork
You've already forked wine
0
mirror of
git://source.winehq.org/git/wine.git
synced
2024-11-02 01:21:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
85ce5117c5
wine
/
dlls
/
rpcrt4
/
tests
History
Michael Stefaniuc
85ce5117c5
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
2006-09-29 16:08:30 +02:00
..
cstub.c
rpcrt4: Add delegating stub support.
2006-09-07 10:57:39 +02:00
generated.c
Avoid warnings in generated tests by casting sizeof(x) to an int.
2005-07-03 11:23:30 +00:00
Makefile.in
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
2006-09-29 16:08:30 +02:00
ndr_marshall.c
Fix some -Wstrict-prototype warnings () -> (void).
2006-08-21 12:06:26 +02:00
rpc.c
rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:44 +02:00