]> git.proxmox.com Git - mirror_edk2.git/commit
FlashMap can not work correctly in unix GCC because the windows path char "\" exist...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Jul 2006 08:09:57 +0000 (08:09 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Jul 2006 08:09:57 +0000 (08:09 +0000)
commit2eaa5ba11d2439b323e113f45c7eb702b873f790
tree2589dd3f4f738394abfe325a2bf7a630b11e988a
parent563671d4d7c483a53535475a2737eba71372d7a8
FlashMap can not work correctly in unix GCC because the windows path char "\" exist in parameter.
I fix it by adding a NormalizePath function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1152 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/TianoTools/FlashMap/FlashMap.c