summaryrefslogtreecommitdiffstats
path: root/src/newt/native
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-16 20:59:42 +0000
committerKenneth Russel <[email protected]>2009-06-16 20:59:42 +0000
commitcd5ec0b088706ccc30159c2d6a5ead8e643cfd57 (patch)
tree6ed995ed4af1b921cc720dc8df7ede5a0583ac4a /src/newt/native
parentbcfd26355acdf2b9200157e7d171c3ac1324865b (diff)
There is no #warning or #warn preprocessor directive in MSVC
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1966 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/newt/native')
-rwxr-xr-xsrc/newt/native/WindowsWindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/native/WindowsWindow.c b/src/newt/native/WindowsWindow.c
index 52bc03018..a4a5914bc 100755
--- a/src/newt/native/WindowsWindow.c
+++ b/src/newt/native/WindowsWindow.c
@@ -993,7 +993,6 @@ JNIEXPORT jlong JNICALL Java_com_sun_javafx_newt_windows_WindowsWindow_MonitorFr
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410 || WINVER >= 0x0500) && !defined(_WIN32_WCE)
return (jlong)MonitorFromWindow((HWND)window, MONITOR_DEFAULTTOPRIMARY);
#else
- #warn NO MULTI MONITOR SUPPORT
return 0;
#endif
}