aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/Inputs/llvm-windres.h
blob: ef6bc47885a1abb54025ec9aaf7b0c4a539df0a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RC_INVOKED
#  error RC_INVOKED not defined
#endif
#ifndef __CYGWIN__
#  ifndef _WIN32
#    error _WIN32 not defined
#  endif
#  ifndef __MINGW32__
#    error __MINGW32__ not defined
#  endif
#endif
#define MY_ID 42