Module: wine Branch: refs/heads/master Commit: 179a4e0a2e7fb0b6b9c81dceb6c94c798d9b7a7c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=179a4e0a2e7fb0b6b9c81dce...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Aug 2 13:26:14 2006 +0200
dsound: Make some functions static.
---
dlls/dsound/buffer.c | 21 ++++++- dlls/dsound/capture.c | 34 ++++++++++- dlls/dsound/dsound.c | 85 ++++++++++++++++++++++++--- dlls/dsound/dsound_main.c | 2 - dlls/dsound/dsound_private.h | 132 ------------------------------------------ dlls/dsound/duplex.c | 2 - dlls/dsound/mixer.c | 2 - dlls/dsound/primary.c | 2 - 8 files changed, 128 insertions(+), 152 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=179a4e0a2e7fb0b6b9c8...