ref: 6c834f6664f6615423892aa5e73cd067d08eeef7
parent: dd2e37a380e5c773841845b1847bd6b0c996a758
author: menno <menno>
date: Sun Feb 23 11:52:02 EST 2003
fixes win32 compilation
--- a/frontend/faac.dsp
+++ b/frontend/faac.dsp
@@ -42,7 +42,7 @@
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /O2 /I "../include" /I "../common/libsndfile/src" /I "../common/getopt" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /I "../include" /I "../common/libsndfile/src" /I "../common/getopt" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x413 /d "NDEBUG"
# ADD RSC /l 0x413 /d "NDEBUG"
BSC32=bscmake.exe
--- a/frontend/input.c
+++ b/frontend/input.c
@@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: input.c,v 1.3 2002/12/23 19:02:05 knik Exp $
+ * $Id: input.c,v 1.4 2003/02/23 16:52:02 menno Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -28,6 +28,8 @@
#include <sys/types.h>
#ifdef WIN32
#include <fcntl.h>
+#define u_int32_t unsigned __int32
+#define u_int16_t unsigned __int16
#endif
#include "input.h"