search for: ntfssect

Displaying 8 results from an estimated 8 matches for "ntfssect".

2016 Feb 24
0
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
On 2/24/2016 08:02, Pete Batard via Syslinux wrote: > The variable 'ok' is never used and generates a warning. Remove it. Also > ntfssect.c is designed to be compiled in non Unicode mode when using > MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use > of 'A' API calls) so that it doesn't break when compiled in Unicode > mode, which is what Rufus uses with MSVC. > Did you happen to no...
2016 Feb 25
0
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
On 2/25/2016 07:30, Pete Batard via Syslinux wrote: > Hi Shao, > > On 2016.02.24 23:43, Shao Miller via Syslinux wrote: >> Did you happen to notice anything unusual when compiling with MinGW >> under Linux, once 'ok' was removed? I seem to recall warnings about >> unused results, but not of unused objects. Maybe that's an incorrect >> recollection or
2011 Aug 13
1
NTFS File Sectors
The following comment in win/syslinux.c seems fairly innocent: /* Map the file (is there a better way to do this?) */ So I?ve got an ?ntfssect? git repository going: http://git.zytor.com/?p=users/sha0/ntfssect.git;a=summary Hopefully Paulo can plug its functions into his NTFS working repository. It appears that we?ll have to take one path (in the Windows installer) for FAT and one path for NTFS, unfortunately. A sample binary can be...
2016 Feb 25
2
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
...-Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I/usr/src/syslinux/win64 -I/usr/src/syslinux/win64/.. -I/usr/src/syslinux/win64/../win -I/usr/src/syslinux/bios -I/usr/src/syslinux/win64/../libfat -I/usr/src/syslinux/win64/../libinstaller -I/usr/src/syslinux/win64/../libinstaller/getopt -c -o ntfssect.obj /usr/src/syslinux/win64/../win/ntfssect.c x86_64-w64-mingw32-gcc -Wno-sign-compare -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I/usr/src/syslinux/win64 -I/usr/src/syslinux/win64/.. -I/usr/src/syslinux/win64/../win -I/usr/src/syslinux/bios -I/usr/src/syslinux/win64/../libfat -I/usr/s...
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
...| 26 + libinstaller/syslxint.h | 70 +++- libinstaller/syslxmod.c | 2 +- libinstaller/syslxopt.c | 1 + linux/Makefile | 4 +- linux/syslinux.c | 24 +- mtools/Makefile | 2 +- mtools/syslinux.c | 5 +- win/ntfssect.c | 355 +++++++++++++ win/ntfssect.h | 152 ++++++ win/ntfstest.c | 163 ++++++ win/ntfstest.rc | 26 + win/syslinux.c | 44 ++- win32/Makefile | 4 +- win32/ntfstest/Makefile | 87 +++ win64/Makefi...
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. -------------- next part -------------...
2016 Feb 24
0
[PATCH 0/5] fix installer issues and enable some MSVC compatibility
...e FAT32: When trying to installing Syslinux on a FAT32 drive formatted using Ridgecrop's Large FAT32 formatting tool [2], the installer will bail due to the minfatsize check, as there is an extra sector being used. This fix addresses that. o [PATCH 2/5] ntfs: remove unused variable and have ntfssect use char The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when c...
2016 Feb 29
2
mixed email threads
On Mon, Feb 29, 2016 at 08:28:47PM +0000, Patrick Masotta wrote: > On Mon, Feb 29, 2016 at 10:15:10PM +0200, Ady wrote: > > > > Your first email about your efi/udp.c patch seems to be part of another > > email thread, and not a separate email thread as it was supposed to be. > > > > See > > http://www.syslinux.org/archives/2016-February/thread.html#24866