Update of /cvsroot/audacity/lib-src/portaudio-v19/src/hostapi/wmme
In directory 
sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv27584/portaudio-v19/src/hostapi/wmme

Modified Files:
        pa_win_wmme.c 
Log Message:

Update portaudio to 2007-jun-01 snapshot


Index: pa_win_wmme.c
===================================================================
RCS file: 
/cvsroot/audacity/lib-src/portaudio-v19/src/hostapi/wmme/pa_win_wmme.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pa_win_wmme.c       23 Sep 2006 18:42:50 -0000      1.2
+++ pa_win_wmme.c       3 Jun 2007 08:30:32 -0000       1.3
@@ -112,7 +112,9 @@
 #include <math.h>
 #include <windows.h>
 #include <mmsystem.h>
+#ifndef UNDER_CE
 #include <process.h>
+#endif
 #include <assert.h>
 /* PLB20010422 - "memory.h" doesn't work on CodeWarrior for PC. Thanks Mike 
Berry for the mod. */
 #ifndef __MWERKS__
@@ -131,7 +133,9 @@
 
 #include "pa_win_wmme.h"
 
-#if (defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER >= 1200))) /* MSC 
version 6 and above */
+#if (defined(UNDER_CE))
+#pragma comment(lib, "Coredll.lib")
+#elif (defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER >= 1200))) /* MSC 
version 6 and above */
 #pragma comment(lib, "winmm.lib")
 #endif
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to