Skip to content

Commit 91b8050

Browse files
committed
Fixing the registred trademark symbol in'PyCOMTest.idl'.
1 parent 2b59142 commit 91b8050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com/TestSources/PyCOMTest/PyCOMTest.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typedef enum // Missing EnumTestAttributes2
2626
uuid(6bcdcb60-5605-11d0-ae5f-cadd4c000000),
2727
version(1.1),
2828
// an extended character in the help string should stress things...
29-
helpstring("Python COM Test Harness 1.0 Type Library, pywin32 contributors")
29+
helpstring("Python COM Test Harness 1.0 Type Library, © pywin32 contributors")
3030
]
3131
library PyCOMTestLib
3232
{
@@ -70,7 +70,7 @@ library PyCOMTestLib
7070
const long LongTest2 = 0x7FFFFFFFL;
7171
const unsigned char UCharTest = 255;
7272
const char CharTest = -1;
73-
const LPWSTR StringTest = L"Hello Wold";
73+
const LPWSTR StringTest = L"Hello Wo®ld";
7474
};
7575

7676
enum TestAttributes3{ // Note missing the enum name.

0 commit comments

Comments
 (0)