[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Disable functionality that doesn't work on MINGW32
From: |
Mario Limonciello |
Subject: |
[PATCH 0/2] Disable functionality that doesn't work on MINGW32 |
Date: |
Wed, 21 Sep 2011 16:29:47 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 |
The following two patches are for disabling some specifics that will not work
on MINGW32.
Vladimir explicitly expressed disinterest in going the route of #undef
GRUB_UTIL, but it seems to be the most appropriate method in the first patch to
me because MINGW32 does not support ttys and won't ever.
The second patch just matches other code, since there is no
grub_util_get_fd_sectors defined on MINGW32. This will at least get the file
compiling with potentially broken functionality, which I see as an improvement
over not compiling and no functionality.
--
*Mario Limonciello*
Linux Engineer
*Dell*| OS Engineering
- [PATCH 0/2] Disable functionality that doesn't work on MINGW32,
Mario Limonciello <=