1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-30 21:38:31 -05:00

renamed an include directory

This commit is contained in:
Bo Brantén
2020-09-28 16:02:01 +02:00
parent 0874d18db1
commit 485d47f91f
3 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ TARGETPATH=obj
TARGETTYPE=PROGRAM TARGETTYPE=PROGRAM
UMTYPE=windows UMTYPE=windows
INCLUDES=.;.\Libraries\;$(INCLUDES) INCLUDES=.;.\inc\;$(INCLUDES)
TARGETLIBS=$(DDK_LIB_PATH)\WtsApi32.lib \ TARGETLIBS=$(DDK_LIB_PATH)\WtsApi32.lib \
$(DDK_LIB_PATH)\shell32.lib $(DDK_LIB_PATH)\shell32.lib
USE_MSVCRT=1 USE_MSVCRT=1