]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/PyMod-2.7.2/Include/osdefs.h
EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.
[mirror_edk2.git] / AppPkg / Applications / Python / PyMod-2.7.2 / Include / osdefs.h
index f6bfdb01cca74571f4b76b1f3649a8d6ef9f84f1..bf6ec1100e04bcb30e1924eea9bd0ac9d6b01d9f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
     Operating system dependencies.\r
 \r
-    Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+    Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
     This program and the accompanying materials are licensed and made available under\r
     the terms and conditions of the BSD License that accompanies this distribution.\r
     The full text of the license may be found at\r
@@ -18,7 +18,7 @@ extern "C" {
 \r
 \r
 /* Mod by chrish: QNX has WATCOM, but isn't DOS */\r
-#if !defined(__QNX__) && !defined(UEFI_ENV)\r
+#if !defined(__QNX__) && !defined(UEFI_C_SOURCE)\r
 #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(PYOS_OS2)\r
 #if defined(PYOS_OS2) && defined(PYCC_GCC)\r
 #define MAXPATHLEN 260\r
@@ -57,7 +57,7 @@ extern "C" {
 \r
 /* Search path entry delimiter */\r
 #ifndef DELIM\r
-  #ifdef  UEFI_ENV\r
+  #ifdef  UEFI_C_SOURCE\r
     #define DELIM   ';'\r
     #define DELIM_STR   ";"\r
   #else\r