VSM C++ SDK
Vehicle Specific Modules SDK
Home
Related Pages
Namespaces
Classes
Files
Code examples
UgCS site
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
win/ugcs/vsm/platform.h
1
// Copyright (c) 2018, Smart Projects Holdings Ltd
2
// All rights reserved.
3
// See LICENSE file for license details.
4
5
/*
6
* Platform-dependent definitions.
7
*/
8
9
#ifndef _WIN32
10
#error "This header should be included only in Windows build."
11
#endif
12
13
#ifndef PLATFORM_H_
14
#define PLATFORM_H_
15
16
#include <
ugcs/vsm/endian.h
>
17
18
20
#define PATH_SEPARATOR '\\'
21
22
#define LINE_TERMINATOR "\r\n"
23
24
#endif
/* PLATFORM_H_ */
endian.h
VSM definitions to work with byte order.
include
platform
win
ugcs
vsm
platform.h
Generated on Fri Jan 31 2020 14:25:52 for VSM C++ SDK by
1.8.6