From: Vadim Zeitlin Date: Sat, 4 Nov 2006 17:10:14 +0000 (+0000) Subject: fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ff414ad4d9cecf9806fcc3b216f691beb72df58?ds=sidebyside fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 1c844870cf..15a5fe9307 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -3377,7 +3377,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR) - $(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIX_HDR) + $(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)