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

Commit949e32e

Browse files
committed
Remove unnecessary declaration in win32_port.h
Mis-merge introduced bye2f21ff, where pgwin32_setenv() was listed butnot defined in win32env.c. This had no consequences as this routinedoes not exist in this branch.Only REL_12_STABLE and REL_13_STABLE got that wrong.Backpatch-through: 12
1 parenteed17f3 commit949e32e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/include/port/win32_port.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ extern void _dosmaperr(unsigned long);
462462

463463
/* in port/win32env.c */
464464
externintpgwin32_putenv(constchar*);
465-
externintpgwin32_setenv(constchar*name,constchar*value,intoverwrite);
466465
externvoidpgwin32_unsetenv(constchar*);
467466

468467
/* in port/win32security.c */
@@ -473,7 +472,6 @@ extern intpgwin32_is_admin(void);
473472
externBOOLAddUserToTokenDacl(HANDLEhToken);
474473

475474
#defineputenv(x) pgwin32_putenv(x)
476-
#definesetenv(x,y,z) pgwin32_setenv(x,y,z)
477475
#defineunsetenv(x) pgwin32_unsetenv(x)
478476

479477
/* Things that exist in MinGW headers, but need to be added to MSVC */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp