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