projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ea33f
)
Remove argument decoration that appears unsupported on mingw
author
Magnus Hagander
<magnus@hagander.net>
Tue, 25 Oct 2011 19:30:53 +0000
(21:30 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 25 Oct 2011 19:30:53 +0000
(21:30 +0200)
src/bin/pgevent/pgevent.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgevent/pgevent.c
b/src/bin/pgevent/pgevent.c
index d4d505c53f663ef502fa7f7f91726f0a90ca9b37..5b9b0d32d74fdad42cd4892c31b28e6a527df64f 100644
(file)
--- a/
src/bin/pgevent/pgevent.c
+++ b/
src/bin/pgevent/pgevent.c
@@
-29,7
+29,7
@@
HANDLE g_module = NULL; /* hModule of DLL */
char event_source[256] = "PostgreSQL";
/* Prototypes */
-HRESULT DllInstall(BOOL bInstall,
__in_opt
LPCWSTR pszCmdLine);
+HRESULT DllInstall(BOOL bInstall, LPCWSTR pszCmdLine);
STDAPI DllRegisterServer(void);
STDAPI DllUnregisterServer(void);
BOOL WINAPI DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved);
@@
-40,7
+40,7
@@
BOOL WINAPI DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
HRESULT
DllInstall(BOOL bInstall,
-
__in_opt
LPCWSTR pszCmdLine)
+ LPCWSTR pszCmdLine)
{
size_t ret;