mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
13 lines
265 B
C
13 lines
265 B
C
|
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: ReactOS Console Server DLL
|
||
|
* FILE: win32ss/user/winsrv/consrv/resource.h
|
||
|
* PURPOSE: Resource #defines
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define IDS_CONSOLE_TITLE 500
|
||
|
|
||
|
/* EOF */
|