diff options
Diffstat (limited to 'UnixPkg/UnixConsoleDxe/Console.h')
-rw-r--r-- | UnixPkg/UnixConsoleDxe/Console.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnixPkg/UnixConsoleDxe/Console.h b/UnixPkg/UnixConsoleDxe/Console.h index 7a3c7da..a3ab0e1 100644 --- a/UnixPkg/UnixConsoleDxe/Console.h +++ b/UnixPkg/UnixConsoleDxe/Console.h @@ -94,7 +94,7 @@ typedef struct { UINTN RowsY;
} UNIX_SIMPLE_TEXT_OUT_MODE;
-#if 0 +#if 0
//
// Simple Text Out protocol member functions
//
@@ -319,7 +319,7 @@ Returns: --*/
;
-#endif +#endif
//
// Simple Text Out constructor and destructor.
//
@@ -365,7 +365,7 @@ Returns: --*/
;
-#if 0 +#if 0
//
// Simple Text In protocol member functions.
//
@@ -441,7 +441,7 @@ Returns: --*/
;
-#endif +#endif
//
// Simple Text In constructor
//
|