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

Commitd3b427b

Browse files
author
Daniel Shelepanov
committed
[PBCKP-278] minor macro fix
1 parent2810f4c commitd3b427b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎engine.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
#definePTRACK_MAGIC_SIZE 4
4646

4747
/* CFS support macro */
48-
#defineCFS_SUPPORT (defined(PGPRO_EE) && PG_VERSION_NUM >= 120000)
48+
#if defined(PGPRO_EE)&&PG_VERSION_NUM >=120000
49+
#defineCFS_SUPPORT 1
50+
#endif
4951

5052
/*
5153
* Header of ptrack map.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp