Skip to content

Commit

Permalink
move nt_preliminary_definition to core's allocation (#1037)
Browse files Browse the repository at this point in the history
* add some exports in module

* add some symbols for module

* Add more into the module

* hosted

* move platforms to core
  • Loading branch information
trcrsired authored Dec 27, 2024
1 parent 9e1a569 commit 310c00c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/fast_io_core_impl/allocation/nt_rtlheapalloc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "../../fast_io_hosted/platforms/nt/nt_preliminary_definition.h"
#include "nt_preliminary_definition.h"

namespace fast_io
{
Expand Down
2 changes: 0 additions & 2 deletions include/fast_io_hosted/platforms/nt/nt_definitions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include "nt_preliminary_definition.h"

namespace fast_io::win32::nt
{

Expand Down

0 comments on commit 310c00c

Please sign in to comment.