Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd48d866

Browse files
committed
Remove bogus trailing dot from eventlog output, per Andreas.
Clean up README file a bit.
1 parentb2b5656 commitd48d866

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

‎src/bin/pgevent/MSG00001.bin

-4 Bytes
Binary file not shown.

‎src/bin/pgevent/README

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
The files attached with this mail have to be stored in pgevent directory.
2-
MSG000001.bin is a bin files, result of Microsoft MC compiler. MC compiler
1+
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
32
can be downloaded for free with MS Core SDK but it is not included with MSYS
4-
tools and I didn't finda alternative way to compile MC file.
3+
tools and I didn't findan alternative way to compile MC file.
54

6-
To summarizeMC pgmsgevent.mc commandgenerates pgmsgevent.h
7-
pgmsgevent.rc and MSG00001.bin files. In MC file, we declare a string
5+
To summarize: the command "MC pgmsgevent.mc"generates pgmsgevent.h,
6+
pgmsgevent.rc, and MSG00001.bin files. In MC file, we declare a string
87
with %s format, so we can write anything we want in the future without
9-
need to change the definition of this string.
8+
needing to change the definition of this string.
109

1110
To finish, because DllUnregisterServer and DllRegisterServer are system
12-
defined entrypoint, we need to export these two functions with their names
13-
without "decoration", so we cannotuses auto generated .def files without
11+
defined entrypoints, we need to export these two functions with their names
12+
without "decoration", so we cannotuse auto generated .def files without
1413
handy modifications.
1514

1615
Laurent Ballester
17-
18-

‎src/bin/pgevent/pgmsgevent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//
4040
// MessageText:
4141
//
42-
// %1.
42+
// %1
4343
//
4444
#definePGWIN32_EVENTLOG_MSG 0x00000000L
4545

‎src/bin/pgevent/pgmsgevent.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MessageId=0
22
SymbolicName=PGWIN32_EVENTLOG_MSG
33
Language=English
4-
%1.
4+
%1
55
.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp