~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* For use with thr_lock:s */
17
17
 
18
 
#ifndef _thr_lock_h
19
 
#define _thr_lock_h
 
18
#ifndef MYSYS_THR_LOCK_H
 
19
#define MYSYS_THR_LOCK_H
 
20
 
20
21
#ifdef  __cplusplus
21
22
extern "C" {
22
23
#endif
102
103
#ifdef  __cplusplus
103
104
}
104
105
#endif
105
 
#endif /* _thr_lock_h */
 
106
#endif /* MYSYS_THR_LOCK_H */