aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config-vc.h
blob: 184cdc7cb101cb47474f359c19f072afd55950cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* file      : cutl/details/config-vc.h
 * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
 * license   : MIT; see accompanying LICENSE file
 */

/* Configuration file for Windows/VC++. */

#ifndef CUTL_DETAILS_CONFIG_VC_H
#define CUTL_DETAILS_CONFIG_VC_H

#define LIBCUTL_BYTEORDER 1234

#endif /* CUTL_DETAILS_CONFIG_VC_H */