diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 10:03:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 11:51:11 +0200 |
commit | e59f0a2df15e45c0d7867fa82202e4c57c39833d (patch) | |
tree | ef1adbfe010f100189ec486aa266cbbf2244c88c /sal/osl/w32/security.c | |
parent | 10daf844f590017db539c38f5d072a4c15708c74 (diff) |
-Werror=unused-macros (MinGW, sal)
Change-Id: I7c0411320798721e70de32580de6adcf5565f12a
Diffstat (limited to 'sal/osl/w32/security.c')
-rw-r--r-- | sal/osl/w32/security.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c index 0e69541d4940..f72132e09a96 100644 --- a/sal/osl/w32/security.c +++ b/sal/osl/w32/security.c @@ -36,7 +36,6 @@ /* Data for use in (un)LoadProfile Functions */ /* Declarations based on USERENV.H for Windows 2000 Beta 2 */ #define PI_NOUI 0x00000001 // Prevents displaying of messages -#define PI_APPLYPOLICY 0x00000002 // Apply NT4 style policy typedef struct _PROFILEINFOW { DWORD dwSize; // Must be set to sizeof(PROFILEINFO) |