X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2Fc.py;h=8199ce5ee73edefdef65649f66c082fd318305cd;hp=02ff95995846e5cf4c5add289964387af02a5661;hb=1563349a967d7e02c43492ba853babb9c660a083;hpb=b36d134faf4305247830522b8e2bb255e98c5699 diff --git a/BaseTools/Source/Python/Eot/c.py b/BaseTools/Source/Python/Eot/c.py index 02ff959958..8199ce5ee7 100644 --- a/BaseTools/Source/Python/Eot/c.py +++ b/BaseTools/Source/Python/Eot/c.py @@ -1,7 +1,7 @@ ## @file # preprocess source file # -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -16,7 +16,7 @@ # Import Modules # import sys -import os +import Common.LongFilePathOs as os import re import CodeFragmentCollector import FileProfile