|
Author: eliot
Date: 2011-07-07 10:27:14 -0700 (Thu, 07 Jul 2011)
New Revision: 2445
Modified:
branches/Cog/platforms/win32/vm/sqWin32Intel.c
Log:
Fix bogus spelling of float.h (from Float.h) in sqWin32Intel.c
Modified: branches/Cog/platforms/win32/vm/sqWin32Intel.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Intel.c 2011-07-07 01:22:32 UTC (rev 2444)
+++ branches/Cog/platforms/win32/vm/sqWin32Intel.c 2011-07-07 17:27:14 UTC (rev 2445)
@@ -16,7 +16,7 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h> /* _O_BINARY */
-#include <Float.h>
+#include <float.h>
#include <ole2.h>
#include "sq.h"
#include "sqWin32Args.h"
|