summaryrefslogtreecommitdiff
path: root/sal/osl/w32/secimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/secimpl.h')
-rw-r--r--sal/osl/w32/secimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/secimpl.h b/sal/osl/w32/secimpl.h
index a6daf7dbedce..de8a5069ee03 100644
--- a/sal/osl/w32/secimpl.h
+++ b/sal/osl/w32/secimpl.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_SECURITYIMPL_H_
-#define _OSL_SECURITYIMPL_H_
+#ifndef INCLUDED_SAL_OSL_W32_SECIMPL_H
+#define INCLUDED_SAL_OSL_W32_SECIMPL_H
#include <winnetwk.h>
@@ -30,7 +30,7 @@
extern "C" {
#endif
-typedef struct _oslSecurityImpl {
+typedef struct {
HANDLE m_hProfile;
HANDLE m_hToken;
sal_Unicode m_User[USER_BUFFER_SIZE];