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

Commit517872c

Browse files
committed
Because the change to gettext. Needs a bunch of new includes. Patch
follows:Magnus Hagander
1 parentc5a7a6a commit517872c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/interfaces/libpq/win32.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
/* Make stuff compile faster by excluding not used stuff */
2121

22-
#defineWIN32_LEAN_AND_MEAN
23-
#defineWIN32_EXTRA_LEAN
2422
#defineVC_EXTRALEAN
2523
#ifndef__MINGW32__
2624
#defineNOGDI
@@ -31,6 +29,9 @@
3129
#include<winsock.h>
3230
#include<stdio.h>
3331
#include"win32.h"
32+
#include"postgres_fe.h"
33+
#include"libpq-fe.h"
34+
#include"libpq-int.h"
3435

3536
staticstructWSErrorEntry
3637
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp