~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/kherr/kherrinternal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef __KHIMAIRA_KHERRORINTERNAL_H
28
28
#define __KHIMAIRA_KHERRORINTERNAL_H
29
29
 
 
30
#define _NIMLIB_
 
31
 
30
32
#include<windows.h>
31
33
#include<kherr.h>
32
34
#include<utils.h>
33
35
#include<strsafe.h>
34
36
 
 
37
#define IS_KHERR_CTX(c) ((c) && (c)->magic == KHERR_CONTEXT_MAGIC)
 
38
#define IS_KHERR_EVENT(e) ((e) && (e)->magic == KHERR_EVENT_MAGIC)
 
39
 
35
40
typedef struct tag_kherr_thread {
36
41
    khm_size nc_ctx;
37
42
    khm_size n_ctx;