]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrCompiler.h
Fix CRLF format
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / UefiVfrCompile / VfrCompiler.h
index bc487f88ba57335c924a0a5c2c7adc7c62809108..006f0bd7e80b0812690dc0013fa5c51723e93ce5 100644 (file)
@@ -1,20 +1,20 @@
-/*++
-
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials                          
-are licensed and made available under the terms and conditions of the BSD License         
-which accompanies this distribution.  The full text of the license may be found at        
-http://opensource.org/licenses/bsd-license.php                                            
-                                                                                          
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             
-
-Module Name:
-
-  VfrCompiler.h
-
-Abstract:
-
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
+are licensed and made available under the terms and conditions of the BSD License         \r
+which accompanies this distribution.  The full text of the license may be found at        \r
+http://opensource.org/licenses/bsd-license.php                                            \r
+                                                                                          \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+Module Name:\r
+\r
+  VfrCompiler.h\r
+\r
+Abstract:\r
+\r
 --*/\r
 \r
 #ifndef _VFRCOMPILER_H_\r
@@ -56,7 +56,7 @@ typedef struct {
   INT8    PreprocessorOutputFileName[MAX_PATH];\r
   INT8    VfrBaseFileName[MAX_PATH];  // name of input VFR file with no path or extension\r
   INT8    *IncludePaths;\r
-  bool    SkipCPreprocessor;
+  bool    SkipCPreprocessor;\r
   INT8    *CPreprocessorOptions;\r
 } OPTIONS;\r
 \r