shithub: aacenc

Download patch

ref: 030634c2a49d6e512cb2f0b553fcb1a311b771c5
parent: 4dd09a44d890aa7b1e561a067613ee4d93ac69e1
author: menno <menno>
date: Mon Dec 22 20:08:25 EST 2008

Fixed last #ifdef WIN32

--- a/common/mp4v2/mpeg4ip.h
+++ b/common/mp4v2/mpeg4ip.h
@@ -25,7 +25,7 @@
 /* project wide applicable stuff here */
 
 
-#ifdef WIN32
+#ifdef _WIN32
 #define HAVE_IN_PORT_T
 #define HAVE_SOCKLEN_T
 #define NEED_SDL_VIDEO_IN_MAIN_THREAD
@@ -45,7 +45,7 @@
 
 
 
-#ifdef WIN32
+#ifdef _WIN32
 
 #define _WIN32_WINNT 0x0400
 #define _WINSOCKAPI_