Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36623441
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
View Options
diff --git a/src/syscfg/lock-obj-pub.mingw32.h b/src/syscfg/lock-obj-pub.mingw32.h
index d6623cc..f35aee1 100644
--- a/src/syscfg/lock-obj-pub.mingw32.h
+++ b/src/syscfg/lock-obj-pub.mingw32.h
@@ -1,44 +1,44 @@
## w32-lock-obj-pub.in - Include fragment for gpg-error.h -*- c-*-
## Copyright (C) 2014 g10 Code GmbH
##
## This file is free software; as a special exception the author gives
## unlimited permission to copy and/or distribute it, with or without
## modifications, as long as this notice is preserved.
##
## This file is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
## implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
##
##
## This file defines the public version of the lock object for 32 bit
## Windows. The actual used version is in w32-lock-obj.h. This file
## is inserted into gpg-error.h by mkheader.c. The tool
## gen-w32-lock-obj.c has been used to construct it.
#ifdef _WIN64
#pragma pack(push, 8)
typedef struct
{
- volatile char priv[56];
+ volatile unsigned char priv[56];
} gpgrt_lock_t;
#pragma pack(pop)
#define GPGRT_LOCK_INITIALIZER {{1,0,0,0,0,0,0,0,255,255,255,255, \
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, \
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, \
0,0,0,0,0,0,0,0,0,0,0,0}}
#else
#pragma pack(push, 8)
typedef struct
{
- volatile char priv[36];
+ volatile unsigned char priv[36];
} gpgrt_lock_t;
#pragma pack(pop)
#define GPGRT_LOCK_INITIALIZER {{1,0,0,0,0,0,0,0,255,255,255,255, \
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, \
0,0,0,0,0,0,0,0}}
#endif
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Feb 26, 6:53 PM (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
71/27/eb47e5c275209c71133df37609db
Attached To
rE libgpg-error
Event Timeline
Log In to Comment