[wdk] include ms-sys files for WDK

This commit is contained in:
Pete Batard 2011-11-29 20:46:44 +00:00
parent d20e756765
commit c54ecd83dd
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@ MSC_WARNING_LEVEL=/W3
USE_MSVCRT=1
INCLUDES=$(DDK_INC_PATH)
INCLUDES=$(DDK_INC_PATH);.\inc
C_DEFINES = $(C_DEFINES) /DDDKBUILD /DISOLATION_AWARE_ENABLED
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
@ -26,4 +26,9 @@ SXS_APPLICATION_MANIFEST=common_controls_and_elevation.manifest
SOURCES=rufus.c \
stdlg.c \
msdos.c \
file.c \
br.c \
fat12.c \
fat16.c \
fat32.c \
rufus.rc

View File

@ -22,7 +22,7 @@
#define RUFUS_DEBUG
#define APP_VERSION "Rufus v1.0.0.45"
#define APP_VERSION "Rufus v1.0.0.46"
#define STR_NO_LABEL "NO_LABEL"
#define RUFUS_CANCELBOX_TITLE "Rufus - Cancellation"
#define DRIVE_INDEX_MIN 0x80

BIN
rufus.rc

Binary file not shown.