a39e2a91ba
PR driver/35916 * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS. From-SVN: r136389
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
|
# Vista (see PR33281 for details).
|
|
BOOT_CFLAGS += -D__USE_MINGW_ACCESS
|
|
CFLAGS += -D__USE_MINGW_ACCESS
|