Beginner- Help Required

Hello All:

I have just started into the world of Windows Driver development. Could you
pl. tell me the reason of getting the following error
messages(highlighted)? BTW, I’m using XP DDK.

*e:\winddk\3790.1830\inc\wnet\basetsd.h(36) : error C2220: warning treated
as error - no object file generated
e:\winddk\3790.1830\inc\wnet\basetsd.h(36) : error C4005: ‘POINTER_64’ :
macro redefinition
*BUILD: Compile errors: not linking e:\winddk\3790.1830\bin\x86 directory
BUILD: Done
2 files compiled - 2 Errors

Here is my source code:

//hello.c

#include <ntddk.h>

NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING
RegistryPath)
{
DbgPrint(“WelCome to the World of Windows Driver Deve.\n”);

return STATUS_SUCCESS;
}

////////////////////////////////////////

TIA.

</ntddk.h>