X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fsecurity.h;h=1f91659e965b1946279f2a99e86f1cc57d1fbde6;hb=8e6ae1349970ef2eaa68847ad88094ce7e1d9600;hp=5bd298a06620e82aa1118f59cd8585994faf753f;hpb=9f6cfb65b3eefc90f82e7757c2a21902ca6835fd;p=mono.git diff --git a/mono/io-layer/security.h b/mono/io-layer/security.h index 5bd298a0662..1f91659e965 100644 --- a/mono/io-layer/security.h +++ b/mono/io-layer/security.h @@ -12,11 +12,11 @@ #include -/* from lmcons.h */ -#define UNLEN 256 +G_BEGIN_DECLS -extern gboolean GetUserName (gchar *buffer, gint32 *size); extern gboolean ImpersonateLoggedOnUser (gpointer handle); extern gboolean RevertToSelf (void); +G_END_DECLS + #endif /* _WAPI_SECURITY_H_ */