https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9256c808b189c857738b7…
commit 9256c808b189c857738b7c501e45fbac23314481
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Apr 28 01:40:09 2019 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Apr 28 01:42:52 2019 +0200
[NFS] Fix a typo in the precompiled header.
---
dll/np/nfs/precomp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/np/nfs/precomp.h b/dll/np/nfs/precomp.h
index 9350723f13..ca402ffae7 100644
--- a/dll/np/nfs/precomp.h
+++ b/dll/np/nfs/precomp.h
@@ -1,4 +1,4 @@
-#ifdef _NFS_PRECOMP_H_
+#ifndef _NFS_PRECOMP_H_
#define _NFS_PRECOMP_H_
#include <windows.h>