mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Add modern definitions for Windows.
This commit is contained in:
@@ -56,4 +56,13 @@ typedef struct
|
||||
char device_path[4096];
|
||||
} DeviceContext;
|
||||
|
||||
#ifndef SM_SERVERR2
|
||||
#define SM_SERVERR2 89
|
||||
#endif
|
||||
|
||||
#ifndef VER_SUITE_WH_SERVER
|
||||
#define VER_SUITE_WH_SERVER 0x00008000
|
||||
#endif
|
||||
|
||||
#endif // _WIN32
|
||||
#endif // AARUREMOTE_WIN32_WIN32_H_
|
||||
|
||||
Reference in New Issue
Block a user