mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-25 22:03:16 -06:00
Support compile mingw32
This commit is contained in:
parent
cc47a8ef7b
commit
e65781aa65
32 changed files with 225 additions and 128 deletions
|
|
@ -1150,7 +1150,7 @@ wxPoint FormatterSQL::align_level(int start_i, int level, int Xpos, int Ypos, in
|
|||
if ((vi->txt.Lower() == "dblink")) {
|
||||
// neededNewLine.y = -1;
|
||||
}
|
||||
if ((s == 2511)) {
|
||||
if (s == 2511) {
|
||||
p.x = p.x;
|
||||
}
|
||||
if (fl & newLineComma) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue