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

Commit14f6587

Browse files
committed
fix HAVE_SQLGETPRIVATEPROFILESTRING define
1 parentc590273 commit14f6587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/odbc/dlg_specific.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndefWIN32
2424
#include<string.h>
2525
#include"gpps.h"
26-
#ifdefHAVE_SQLGETPRIVATEPROFILESTRING
26+
#ifndefHAVE_SQLGETPRIVATEPROFILESTRING
2727
#defineSQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
2828
#defineSQLWritePrivateProfileString(a,b,c,d) WritePrivateProfileString(a,b,c,d)
2929
#endif

‎src/interfaces/odbc/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#ifndefWIN32
1818
#include"gpps.h"
19-
#ifdefHAVE_SQLGETPRIVATEPROFILESTRING
19+
#ifndefHAVE_SQLGETPRIVATEPROFILESTRING
2020
#defineSQLGetPrivateProfileString(a,b,c,d,e,f) GetPrivateProfileString(a,b,c,d,e,f)
2121
#endif
2222
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp