mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 11:34:14 +00:00

The CTF modules depend on Cicero static library. Cicero should be a component in CTF. This move will improve code readability and grep-ability. JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move sdk/lib/cicero to base/ctf/cicero. - Adapt CMakeLists.txt to this move. - No code content change except CMakeLists.txt.
6 lines
95 B
C
6 lines
95 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
#include <unknwn.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|