Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ea501964
Commit
ea501964
authored
Jun 01, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecoreaudio: Fixed the FSF address.
parent
1612ce86
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
audio.c
dlls/winmm/winecoreaudio/audio.c
+1
-1
audiounit.c
dlls/winmm/winecoreaudio/audiounit.c
+1
-1
coreaudio.c
dlls/winmm/winecoreaudio/coreaudio.c
+1
-2
coreaudio.h
dlls/winmm/winecoreaudio/coreaudio.h
+1
-1
No files found.
dlls/winmm/winecoreaudio/audio.c
View file @
ea501964
...
...
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
* Foundation, Inc., 5
1 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA
*/
#include "config.h"
...
...
dlls/winmm/winecoreaudio/audiounit.c
View file @
ea501964
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
* Foundation, Inc., 5
1 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA
*/
#include "config.h"
...
...
dlls/winmm/winecoreaudio/coreaudio.c
View file @
ea501964
...
...
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
* Foundation, Inc., 5
1 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA
*/
...
...
@@ -111,4 +111,3 @@ LRESULT CALLBACK CoreAudio_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
return
DefDriverProc
(
dwDevID
,
hDriv
,
wMsg
,
dwParam1
,
dwParam2
);
}
}
dlls/winmm/winecoreaudio/coreaudio.h
View file @
ea501964
...
...
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
* Foundation, Inc., 5
1 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA
*/
#ifndef __WINE_COREAUDIO_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment