hotspot/src/share/tools/launcher/jli_util.c
changeset 7452 b3fa838286de
parent 7410 f5b282e7a7a6
--- a/hotspot/src/share/tools/launcher/jli_util.c	Tue Dec 14 15:10:52 2010 -0500
+++ b/hotspot/src/share/tools/launcher/jli_util.c	Wed Dec 15 07:11:31 2010 -0800
@@ -1,3 +1,4 @@
+
 /*
  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -27,7 +28,7 @@
 #include "jli_util.h"
 
 #ifdef GAMMA
-#ifdef _WINDOWS
+#ifdef TARGET_OS_FAMILY_windows
 #define strdup _strdup
 #endif
 #endif