diff --git a/src/main.cpp b/src/main.cpp index 48d81e7..eb8668a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,6 +6,10 @@ #include #include +#ifdef _M_IX86 +#error "architecture unsupported" +#endif + #define STATUS_SUCCESS ((NTSTATUS)0x00000000L) #define SystemBootEnvironmentInformation 90 #define SystemSecureBootInformation 145