# HG changeset patch # User Volker Grabsch # Date 1271086324 -7200 # Node ID fa45ce34a223b76c42a1f8528368f7590e16e7ba # Parent 6840fda6a6899416318bc0e9185391b4e45c5bd7 remove corrections which are no longer needed in package w32api diff -r 6840fda6a689 -r fa45ce34a223 src/w32api.mk --- 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)'