In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Jul 2011 14:31:23 +0000 (16:31 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:51 +0000 (11:53 +0200)
commit5581753c12db7ac3d477b2911792472def374afc
treeda7486de725e09eb92a0d7d12965ea902f51c067
parenta5b12fd07d9fdc63a5a4a6a6ac9d360ecfe660df
In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE.

18f68570297a0260 added WinCE, but did so by changing a block that adds
symbols for Win32 to add them for both Win32 & WinCE, and simultaneously
adding 7 of those symbols to the WinCE specific skip list.

Much simpler is to split the list of symbols to add into one for Win32 only,
and one for Win32 & WinCE, and removing the skip list.
makedef.pl