Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a3fcb47f
Commit
a3fcb47f
authored
Aug 11, 2000
by
Damyan Ognyanoff
Committed by
Alexandre Julliard
Aug 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
parent
aea78538
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tchar.h
include/tchar.h
+2
-4
No files found.
include/tchar.h
View file @
a3fcb47f
...
...
@@ -47,16 +47,14 @@ extern "C" {
/* FIXME: stricoll is not implemented but strcasecmp is probably close enough in most cases */
#define _stricoll strcasecmp
#define stricoll _stricoll
#define strlwr CRTDLL__strlwr
char
*
CRTDLL__strlwr
(
char
*
string
);
#define strlwr _strlwr
#define strnset _strnset
/* FIXME: _strnset is not implemented */
#define strrev CRTDLL__strrev
char
*
CRTDLL__strrev
(
char
*
string
);
#define strset _strset
/* FIXME: _strset is not implemented */
#define strupr CRTDLL__strupr
char
*
CRTDLL__strupr
(
char
*
string
);
#define strupr _strupr
#define ultoa _ultoa
/* FIXME: _ultoa is not implemented */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment