mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
b507bd0612
- Fix code headers. No code changes. - Rename csrcl.h to csr.h for readability purposes. - exitros.c --> shutdown.c svn path=/branches/ros-csrss/; revision=57618
19 lines
415 B
C
19 lines
415 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS User API Server DLL
|
|
* FILE: win32ss/user/winsrv/resource.h
|
|
* PURPOSE: Resource #defines
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define IDD_END_NOW 10
|
|
#define IDD_NOT_RESPONDING 11
|
|
#define IDD_SWITCH_APP 12
|
|
|
|
#define IDC_STATIC -1
|
|
#define IDC_PROGRESS 101
|
|
#define IDC_END_NOW 102
|
|
#define IDC_STATIC_CUR_APP 103
|
|
|
|
/* EOF */
|