comparison src/share/tools/launcher/jli_util.c @ 2027:aa6e219afbf1

7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
author sla
date Wed, 15 Dec 2010 07:11:31 -0800
parents cb2d0a362639
children
comparison
equal deleted inserted replaced
2025:b03e6b4c7c75 2027:aa6e219afbf1
1
1 /* 2 /*
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 3 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 5 *
5 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
25 #include <stdio.h> 26 #include <stdio.h>
26 #include <string.h> 27 #include <string.h>
27 #include "jli_util.h" 28 #include "jli_util.h"
28 29
29 #ifdef GAMMA 30 #ifdef GAMMA
30 #ifdef _WINDOWS 31 #ifdef TARGET_OS_FAMILY_windows
31 #define strdup _strdup 32 #define strdup _strdup
32 #endif 33 #endif
33 #endif 34 #endif
34 35
35 /* 36 /*