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

corrected a dependency in the project files

This commit is contained in:
Bo Brantén
2020-06-11 16:45:21 +02:00
parent 9551666fbf
commit c61396679b
2 changed files with 10 additions and 0 deletions

View File

@@ -466,7 +466,11 @@ END
// RCDATA
//
#ifdef _WIN64
IDR_RCDAT_SRV RCDATA "..\\Ext2Srv\\Release\\X64\\Ext2Srv.exe"
#else
IDR_RCDAT_SRV RCDATA "..\\Ext2Srv\\Release\\X86\\Ext2Srv.exe"
#endif
/////////////////////////////////////////////////////////////////////////////
//