changeset 851:fa45ce34a223

remove corrections which are no longer needed in package w32api
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 12 Apr 2010 17:32:04 +0200
parents 6840fda6a689
children 069a6b2f974b
files src/w32api.mk
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32api.mk	Sun Apr 11 22:41:02 2010 +0200
+++ b/src/w32api.mk	Mon Apr 12 17:32:04 2010 +0200
@@ -19,10 +19,6 @@
 endef
 
 define $(PKG)_BUILD
-    # fix incompatibilities with gettext
-    $(SED) -i 's,\(SUBLANG_BENGALI_INDIA\t\)0x01,\10x00,'    '$(1)/include/winnt.h'
-    $(SED) -i 's,\(SUBLANG_PUNJABI_INDIA\t\)0x01,\10x00,'    '$(1)/include/winnt.h'
-    $(SED) -i 's,\(SUBLANG_ROMANIAN_ROMANIA\t\)0x01,\10x00,' '$(1)/include/winnt.h'
     # fix incompatibilities with jpeg
     $(SED) -i 's,typedef unsigned char boolean;,,'           '$(1)/include/rpcndr.h'
     $(INSTALL) -d '$(PREFIX)/$(TARGET)'