mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
10 lines
195 B
C
10 lines
195 B
C
#ifndef __REGISTRY_H_
|
|
#define __REGISTRY_H_
|
|
|
|
#if defined _WIN32
|
|
#include "icsneo/platform/windows/registry.h"
|
|
#else
|
|
#warning "This platform is not supported by the registry driver"
|
|
#endif
|
|
|
|
#endif |