From 5f0f223a5093f6aab4e9ad15bd66bd88a9dcd353 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 10 Jul 2007 05:37:53 +0000 Subject: [PATCH] Added patch note for file I/O speedup --- docs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.html b/docs.html index 5bd2271bf..8bf29222e 100644 --- a/docs.html +++ b/docs.html @@ -98,6 +98,9 @@

Windows Notes

Fixed joystick detection on Windows.

+

+ Improved performance with Win32 file I/O. +

Fixed HBITMAP leak in GAPI driver.