PLCnext API Documentation 24.0.0.71
WinUndef.h
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6// #pragma once - NOT HERE BY INTENT!
8
9#ifdef ARP_PLATFORM_WIN32
10
11 #ifdef GetFileTitle
12 #undef GetFileTitle
13 #endif
14
15 #ifdef CreateMutex
16 #undef CreateMutex
17 #endif
18
19 #ifdef CreateService
20 #undef CreateService
21 #endif
22
23 #ifdef GetMessage
24 #undef GetMessage
25 #endif
26
27 #ifdef max
28 #undef max
29 #endif
30
31 #ifdef min
32 #undef min
33 #endif
34
35#endif // def ARP_PLATFORM_WIN32
36
37
38