src/share/tools/launcher/jli_util.c

changeset 2369
aa6e219afbf1
parent 2327
cb2d0a362639
equal deleted inserted replaced
2367:b03e6b4c7c75 2369: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 /*

mercurial