https://git.reactos.org/?p=reactos.git;a=commitdiff;h=551d28e09f65b61a1006d…
commit 551d28e09f65b61a1006de75f62acdc653a4e906
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Tue Mar 8 04:56:32 2022 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sat May 7 18:23:29 2022 +0200
[HALARM] Update defines in hal.h
---
hal/halarm/include/hal.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hal/halarm/include/hal.h b/hal/halarm/include/hal.h
index e6ae706ce01..4be7bd03682 100644
--- a/hal/halarm/include/hal.h
+++ b/hal/halarm/include/hal.h
@@ -15,9 +15,6 @@
/* WDK HAL Compilation hack */
#include <excpt.h>
#include <ntdef.h>
-#undef _NTHAL_
-#undef DECLSPEC_IMPORT
-#define DECLSPEC_IMPORT
#undef NTSYSAPI
#define NTSYSAPI __declspec(dllimport)