- Move from using include guards to pragma once.
[reactos.git] / reactos / dll / cpl / telephon / resource.h
1 #pragma once
2
3 /* icons */
4 #define IDI_CPLSYSTEM 100
5
6 /* strings */
7 #define IDS_CPLSYSTEMNAME 1001
8 #define IDS_CPLSYSTEMDESCRIPTION 2001
9
10 /* EOF */