2025-12-14 21:37:14 -05:00

22 lines
329 B
C

/*++ BUILD Version: 0000 Increment this if a change has global effects
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
xdk.h
Abstract:
Defines the version of the XDK
Revision History:
--*/
#ifndef _XDK_
#define _XDK_
#define _XDK_VER 21256
#endif /* _XDK_ */