Switch from phased-out MIDL_PASS to __midl
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
bfbdf0eb3f
commit
74e16eafe7
@ -20,7 +20,7 @@
|
|||||||
#define MSICA_VERSION_STR "2.0"
|
#define MSICA_VERSION_STR "2.0"
|
||||||
#define MSICA_BUILD_YEAR_STR "2018"
|
#define MSICA_BUILD_YEAR_STR "2018"
|
||||||
|
|
||||||
#if !defined(RC_INVOKED) && !defined(MIDL_PASS)
|
#if !defined(RC_INVOKED) && !defined(__midl)
|
||||||
|
|
||||||
#include <msi.h>
|
#include <msi.h>
|
||||||
|
|
||||||
@ -39,5 +39,5 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // !RC_INVOKED && !MIDL_PASS
|
#endif
|
||||||
#endif // __MSICA_H__
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user