mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-14 15:35:06 +00:00
21 lines
482 B
C
21 lines
482 B
C
/* Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT License. */
|
|
|
|
/*******************************************************************
|
|
*
|
|
* socres.h
|
|
*
|
|
* Copyright (C) Microsoft Corporation 1993.
|
|
* All Rights reserved.
|
|
*
|
|
*
|
|
* Description: Include file for application product id info
|
|
*
|
|
******************************************************************/
|
|
|
|
//
|
|
// RCDATA blocks
|
|
//
|
|
#define RC_PID_NUMBER 128 // NNNNNSSSXXXXXXX\0
|
|
#define RCDATA 10
|
|
|