オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/test/env_var_tests.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1442 by srz_zumix, Sat May 30 04:05:21 2020 UTC revision 1443 by srz_zumix, Sat Sep 3 12:44:07 2022 UTC
# Line 6  Line 6 
6   *   *
7   * @author      t.shirayanagi   * @author      t.shirayanagi
8   * @par         copyright   * @par         copyright
9   * Copyright (C) 2012-2020, Takazumi Shirayanagi\n   * Copyright (C) 2012-2022, Takazumi Shirayanagi\n
10   * This software is released under the new BSD License,   * This software is released under the new BSD License,
11   * see LICENSE   * see LICENSE
12  */  */
# Line 97  int main(int argc, char* argv[]) Line 97  int main(int argc, char* argv[])
97      (void)argv;      (void)argv;
98    
99  #ifdef UNICODE  #ifdef UNICODE
100      wchar_t a[] = "";      wchar_t a[] = L"";
101      wchar_t* targv[] = { a };      wchar_t* targv[] = { a };
102  #else  #else
103      char a[] = "";      char a[] = "";

Legend:
Removed from v.1442  
changed lines
  Added in v.1443

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26