mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
11 lines
293 B
C
11 lines
293 B
C
/*
|
|
* PROJECT: ReactOS Local Port Monitor
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Resource IDs
|
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define IDS_LOCAL_PORT 500
|
|
#define IDS_LOCAL_MONITOR 507
|