Skip to content

Commit

Permalink
Removed a FIXME.
Browse files Browse the repository at this point in the history
I assume that Win95 didn't allow large files, so this concern probably wasn't
 ever valid in any case. Still, Win95 support has been dropped, so it doesn't
 matter.
  • Loading branch information
icculus committed Mar 22, 2012
1 parent 46125c9 commit b7f3e5b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/platform_windows.c
Expand Up @@ -685,14 +685,6 @@ int __PHYSFS_platformSeek(void *opaque, PHYSFS_uint64 pos)
*/
pHighOrderPos = (HighOrderPos) ? &HighOrderPos : NULL;

/*
* !!! FIXME: MSDN: "Windows Me/98/95: If the pointer
* !!! FIXME: lpDistanceToMoveHigh is not NULL, then it must
* !!! FIXME: point to either 0, INVALID_SET_FILE_POINTER, or
* !!! FIXME: the sign extension of the value of lDistanceToMove.
* !!! FIXME: Any other value will be rejected."
*/

/* Move pointer "pos" count from start of file */
rc = SetFilePointer(Handle, LOWORDER_UINT64(pos),
pHighOrderPos, FILE_BEGIN);
Expand Down

0 comments on commit b7f3e5b

Please sign in to comment.