This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Cpp:Comment out unnessary include in utf.h.
pull/567/head
Philip Liard
15 years ago
committed by
Mihaela Rosca
parent
7770938a12
commit
8d31a63c2b
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
cpp/src/utf/utf.h
+ 4
- 1
cpp/src/utf/utf.h
View File
@ -16,7 +16,10 @@
#
ifndef _UTFH_
#
ifndef _UTFH_
#
define _UTFH_ 1
#
define _UTFH_ 1
#
include
<stdint.h>
/
/
stdint
.
h
content
doesn
'
t
seem
to
be
used
in
this
file
and
doesn
'
t
exist
on
/
/
Windows
,
therefore
we
comment
it
out
here
so
that
the
code
could
be
compiled
/
/
on
Windows
.
/
/
#
include
<
stdint
.
h
>
typedef
signed
int
Rune
;
/* Code-point values in Unicode 4.0 are 21 bits wide.*/
typedef
signed
int
Rune
;
/* Code-point values in Unicode 4.0 are 21 bits wide.*/
Write
Preview
Loading…
Cancel
Save