aboutsummaryrefslogtreecommitdiff
path: root/graphics/sswf/files/patch-include_sswf_libsswf.h
blob: 5c590d72fe20edcbe0179ea13c5a33464247c134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- include/sswf/libsswf.h.orig	Sat Aug 12 23:59:53 2006
+++ include/sswf/libsswf.h	Sun Aug 13 00:00:44 2006
@@ -60,16 +60,6 @@
 
 #include	"sswf/libsswf-config.h"
 
-/* wint_t is an "equivalent" to wchar_t without being limited to 16 bits as on MS-Windows */
-#ifndef _MSVC
-#ifndef __APPLE_CC__
-#ifndef _WINT_T
-#define _WINT_T
-typedef unsigned int	wint_t;
-#endif
-#endif
-#endif
-
 #ifndef	M_PI
 #define	M_PI		3.14159265358979323846
 #endif