Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
9533de72
Commit
9533de72
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
didn't compile
parent
e7545748
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interfaces/odbc/psqlodbc.c
+5
-3
5 additions, 3 deletions
src/interfaces/odbc/psqlodbc.c
with
5 additions
and
3 deletions
src/interfaces/odbc/psqlodbc.c
+
5
−
3
View file @
9533de72
...
@@ -86,7 +86,7 @@ WSADATA wsaData;
...
@@ -86,7 +86,7 @@ WSADATA wsaData;
UNREFERENCED_PARAMETER
(
lpReserved
);
UNREFERENCED_PARAMETER
(
lpReserved
);
}
}
#else
/* WIN32 */
#else
/*
not
WIN32 */
#ifndef TRUE
#ifndef TRUE
#define TRUE (BOOL)1
#define TRUE (BOOL)1
...
@@ -107,7 +107,7 @@ init(void)
...
@@ -107,7 +107,7 @@ init(void)
return
TRUE
;
return
TRUE
;
}
}
#else
#else
/* not __GNUC__ */
/* These two functions do shared library initialziation on UNIX, well at least
/* These two functions do shared library initialziation on UNIX, well at least
* on Linux. I don't know about other systems.
* on Linux. I don't know about other systems.
...
@@ -125,7 +125,9 @@ _fini(void)
...
@@ -125,7 +125,9 @@ _fini(void)
return
TRUE
;
return
TRUE
;
}
}
#endif
#endif
/* not __GNUC__ */
#endif
/* not WIN32 */
/* This function is used to cause the Driver Manager to
/* This function is used to cause the Driver Manager to
call functions by number rather than name, which is faster.
call functions by number rather than name, which is faster.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment