Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
88b45b49
Commit
88b45b49
authored
Jan 31, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Use CHAR_BIT from msvcrt limits.h.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
60c20ee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
urlcache.c
dlls/wininet/urlcache.c
+1
-4
No files found.
dlls/wininet/urlcache.c
View file @
88b45b49
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "ws2tcpip.h"
#include "ws2tcpip.h"
#include <limits.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
...
@@ -52,10 +53,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet);
...
@@ -52,10 +53,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet);
static
const
char
urlcache_ver_prefix
[]
=
"WINE URLCache Ver "
;
static
const
char
urlcache_ver_prefix
[]
=
"WINE URLCache Ver "
;
static
const
char
urlcache_ver
[]
=
"0.2012001"
;
static
const
char
urlcache_ver
[]
=
"0.2012001"
;
#ifndef CHAR_BIT
#define CHAR_BIT (8 * sizeof(CHAR))
#endif
#define ENTRY_START_OFFSET 0x4000
#define ENTRY_START_OFFSET 0x4000
#define DIR_LENGTH 8
#define DIR_LENGTH 8
#define MAX_DIR_NO 0x20
#define MAX_DIR_NO 0x20
...
...
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