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

Commit9c4c8c8

Browse files
committed
Remove argument decoration that appears unsupported on mingw
1 parentd8ea33f commit9c4c8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pgevent/pgevent.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HANDLEg_module = NULL;/* hModule of DLL */
2929
charevent_source[256]="PostgreSQL";
3030

3131
/* Prototypes */
32-
HRESULTDllInstall(BOOLbInstall,__in_optLPCWSTRpszCmdLine);
32+
HRESULTDllInstall(BOOLbInstall,LPCWSTRpszCmdLine);
3333
STDAPIDllRegisterServer(void);
3434
STDAPIDllUnregisterServer(void);
3535
BOOLWINAPIDllMain(HANDLEhModule,DWORDul_reason_for_call,LPVOIDlpReserved);
@@ -40,7 +40,7 @@ BOOL WINAPI DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
4040

4141
HRESULT
4242
DllInstall(BOOLbInstall,
43-
__in_optLPCWSTRpszCmdLine)
43+
LPCWSTRpszCmdLine)
4444
{
4545
size_tret;
4646

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp