changeset 15755:3216dafbbd48

ov-java.cc: Correcty typo HAVE_WINDWOS_H to HAVE_WINDOWS_H * ov-java.cc: Correcty typo HAVE_WINDWOS_H to HAVE_WINDOWS_H
author Rik <rik@octave.org>
date Sat, 08 Dec 2012 08:27:03 -0800
parents bf77f7f66bdf
children ea1a1fb00744
files libinterp/octave-value/ov-java.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-java.cc	Sat Dec 08 00:36:52 2012 -0500
+++ b/libinterp/octave-value/ov-java.cc	Sat Dec 08 08:27:03 2012 -0800
@@ -26,7 +26,7 @@
 
 #if defined HAVE_JAVA
 
-#if defined (HAVE_WINDWOS_H)
+#if defined (HAVE_WINDOWS_H)
 #include <windows.h>
 #endif