mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-14 23:45:06 +00:00
22 lines
482 B
C
22 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
|
||
|
|