mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-12787 utimer patch cygwin
X-SVN-Rev: 40008
This commit is contained in:
parent
02e76897eb
commit
54f3a77ac6
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if U_PLATFORM_HAS_WIN32_API
|
||||
#if U_PLATFORM_USES_ONLY_WIN32_API
|
||||
# define VC_EXTRALEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
|
@ -162,7 +162,7 @@ typedef struct UTimer UTimer;
|
|||
typedef void FuntionToBeTimed(void* param);
|
||||
|
||||
|
||||
#if U_PLATFORM_HAS_WIN32_API
|
||||
#if U_PLATFORM_USES_ONLY_WIN32_API
|
||||
|
||||
struct UTimer{
|
||||
LARGE_INTEGER start;
|
||||
|
|
Loading…
Add table
Reference in a new issue