3 changed files with 1 additions and 13 deletions
@ -1,11 +0,0 @@ |
|||
--- lame-3.98b8/mpglib/mpglib.h 2006-06-16 01:51:49.000000000 +0200
|
|||
+++ lame/mpglib/mpglib.h 2008-07-02 07:56:40.000000000 +0200
|
|||
@@ -57,7 +57,7 @@
|
|||
} MPSTR, *PMPSTR; |
|||
|
|||
|
|||
-#if ( defined(_MSC_VER) || defined(__BORLANDC__) )
|
|||
+#if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined( WIN32 ) )
|
|||
typedef int BOOL; /* windef.h contains the same definition */ |
|||
#else |
|||
#define BOOL int |
|||
Loading…
Reference in new issue