mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Initial Windows build support for NE
This commit is contained in:
parent
217df48c45
commit
e0b3049bff
5 changed files with 63 additions and 6 deletions
|
@ -40,7 +40,7 @@ not recommended that bformat be used at all. */
|
|||
#define START_VSNBUFF (256)
|
||||
#else
|
||||
|
||||
#if defined (__GNUC__) && !defined (__PPC__)
|
||||
#if defined (__GNUC__) && !defined (__PPC__) && !defined(__WIN32__)
|
||||
/* Something is making gcc complain about this prototype not being here, so
|
||||
I've just gone ahead and put it in. */
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue