I want to compile reactos by putting nt6 functions in the kernel32
i want to integrate kernel32vista to kernel32
https://github.com/reactos/reactos/blob ... vista.spec
like function SleepConditionVariableSRW, WakeAllConditionVariable...etc.
Search found 3 matches
- Fri Sep 28, 2018 8:58 pm
- Forum: Development Help
- Topic: how enable condition ifndef __REACTOS__
- Replies: 6
- Views: 2410
- Sun Sep 23, 2018 7:21 pm
- Forum: Development Help
- Topic: how enable condition ifndef __REACTOS__
- Replies: 6
- Views: 2410
Re: how enable condition ifndef __REACTOS__
Do we need to activate it in ninja?
for example ninja -D __REACTOS__ bootcd
or i must edit file ?
for example ninja -D __REACTOS__ bootcd
or i must edit file ?
- Sun Sep 23, 2018 6:31 pm
- Forum: Development Help
- Topic: how enable condition ifndef __REACTOS__
- Replies: 6
- Views: 2410
how enable condition ifndef __REACTOS__
Hello i have question, when i run exe in reactos how enable condition ifndef __REACTOS__ ?