Skip to content

Commit d48d866

Browse files
committed
Remove bogus trailing dot from eventlog output, per Andreas.
Clean up README file a bit.
1 parent b2b5656 commit d48d866

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 find a alternative way to compile MC file.
3+
tools and I didn't find an alternative way to compile MC file.
54

6-
To summarize MC pgmsgevent.mc command generates 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 entry point, we need to export these two functions with their names
13-
without "decoration", so we cannot uses auto generated .def files without
11+
defined entry points, we need to export these two functions with their names
12+
without "decoration", so we cannot use 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
#define PGWIN32_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy