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
f510fc1d
Commit
f510fc1d
authored
14 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Add some more mapping macros for Microsoft wide-character API.
Per buildfarm.
parent
7aa3f1d0
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/include/port/win32.h
+16
-0
16 additions, 0 deletions
src/include/port/win32.h
with
16 additions
and
0 deletions
src/include/port/win32.h
+
16
−
0
View file @
f510fc1d
...
@@ -284,8 +284,24 @@ typedef int pid_t;
...
@@ -284,8 +284,24 @@ typedef int pid_t;
#define toupper_l _toupper_l
#define toupper_l _toupper_l
#define towlower_l _towlower_l
#define towlower_l _towlower_l
#define towupper_l _towupper_l
#define towupper_l _towupper_l
#define isdigit_l _isdigit_l
#define iswdigit_l _iswdigit_l
#define isalpha_l _isalpha_l
#define iswalpha_l _iswalpha_l
#define isalnum_l _isalnum_l
#define isalnum_l _isalnum_l
#define iswalnum_l _iswalnum_l
#define iswalnum_l _iswalnum_l
#define isupper_l _isupper_l
#define iswupper_l _iswupper_l
#define islower_l _islower_l
#define iswlower_l _iswlower_l
#define isgraph_l _isgraph_l
#define iswgraph_l _iswgraph_l
#define isprint_l _isprint_l
#define iswprint_l _iswprint_l
#define ispunct_l _ispunct_l
#define iswpunct_l _iswpunct_l
#define isspace_l _isspace_l
#define iswspace_l _iswspace_l
#define strcoll_l _strcoll_l
#define strcoll_l _strcoll_l
#define wcscoll_l _wcscoll_l
#define wcscoll_l _wcscoll_l
...
...
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