22 lines
329 B
C
Raw Normal View History

2025-04-23 00:09:35 -04:00
/*++ 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_ */