aboutsummaryrefslogtreecommitdiff
path: root/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp
diff options
context:
space:
mode:
authorsla <none@none>2011-02-10 13:03:22 +0100
committersla <none@none>2011-02-10 13:03:22 +0100
commit555739380e667d80c4d5c900cd14f921956c035d (patch)
tree5ce23e2c99b696beaac3f64fadea8675f4ee0a88 /src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp
parent36579f93d22c490a4b4da78f918fb60fd96e02b2 (diff)
downloadjdk8u_hotspot-555739380e667d80c4d5c900cd14f921956c035d.tar.gz
7017824: Add support for creating 64-bit Visual Studio projects
Summary: Updated create.bat and ProjectCreator Reviewed-by: brutisso, stefank, ohair
Diffstat (limited to 'src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp')
-rw-r--r--src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp b/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp
index 6762bf230..00b9b6c30 100644
--- a/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp
+++ b/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -71,7 +71,7 @@ typedef struct _DISPATCHER_CONTEXT {
PVOID HandlerData;
} DISPATCHER_CONTEXT, *PDISPATCHER_CONTEXT;
-#if MSC_VER < 1500
+#if _MSC_VER < 1500
/* Not needed for VS2008 compiler, comes from winnt.h. */
typedef EXCEPTION_DISPOSITION (*PEXCEPTION_ROUTINE) (