diff --git a/reactos/include/ntos/types.h b/reactos/include/ntos/types.h index 558c0f5207c..7bfc1fda752 100644 --- a/reactos/include/ntos/types.h +++ b/reactos/include/ntos/types.h @@ -101,7 +101,7 @@ typedef float *PFLOAT; typedef unsigned short *PWCH; typedef unsigned short *PWORD; -#include // for definition of LONGLONG, PLONGLONG etc +#include // for definition of LONGLONG, PLONGLONG etc typedef const void *LPCVOID; typedef BYTE *LPBYTE, *PBYTE;