Maarten Lankhorst
|
1032ba6dc3
|
kernel32: Fix GetVolumeInformation for fat32 partitions.
|
2008-03-01 12:32:27 +01:00 |
Alexandre Julliard
|
c486d8774f
|
kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices.
|
2008-01-07 23:17:42 +01:00 |
Michael Stefaniuc
|
46f8b23eb7
|
kernel32: Add missing HeapFree(). Found by Smatch.
|
2008-01-07 22:57:08 +01:00 |
Alexandre Julliard
|
7f508df25b
|
kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager.
|
2008-01-04 14:31:40 +01:00 |
Alexandre Julliard
|
c5d63b5535
|
kernel32: Read label and serial from the filesystem when the device is accessible but unknown.
|
2007-12-08 19:53:24 +01:00 |
Alexandre Julliard
|
6a3dd1ecf9
|
kernel32: Revert change that slipped in commit db24d3af9a by mistake.
|
2007-12-08 19:49:52 +01:00 |
Stefan Leichter
|
db24d3af9a
|
kernel32: Added stub for FindVolumeClose.
|
2007-11-30 12:43:59 +01:00 |
Hans Leidekker
|
23e995e3a7
|
kernel32: Add stub implementations for FindFirstVolume{A, W}.
|
2007-11-19 13:53:17 +01:00 |
Chris Wulff
|
8cf7cb32c5
|
kernel32: Added a stub for FindVolumeMountPointClose.
|
2007-10-31 12:39:55 +01:00 |
Andrew Talbot
|
7919badd70
|
kernel32: Exclude unused headers.
|
2007-05-07 20:35:07 +02:00 |
Hans Leidekker
|
c56eafcb80
|
kernel32: Add a stub implementation for FindFirstVolumeMountPoint{A, W}.
|
2007-02-19 12:40:09 +01:00 |
Hans Leidekker
|
7918c59f86
|
kernel32: Add a stub implementation for GetVolumeNameForVolumeMountPoint{A, W}.
|
2007-01-09 12:46:37 +01:00 |
Alexandre Julliard
|
e60a52e74a
|
kernel32: Always read a full block from the CD-ROM to avoid problems on raw devices.
|
2006-12-05 23:33:40 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Andrew Talbot
|
2b164a2d41
|
kernel32: Cast-qual warnings fix.
|
2006-09-20 12:22:55 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |