summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_dalist.h
blob: ad6bf5b28354a6ad1cd9c3c493b185cf69880e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _NT_DALIST_H_
#define _NT_DALIST_H_

#ifdef  _MIDIPIX_FREESTANDING

#include <dalist/dalist.h>

#else

#include "dalist.h"

#endif

#endif