mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
fix build of rostests
svn path=/trunk/; revision=38059
This commit is contained in:
parent
6b7663640a
commit
14fa0ef142
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(_X86_) && !defined(__x86_64))
|
#if (defined(_X86_) && !defined(__x86_64))
|
||||||
void __cdecl _disable(void);
|
// void __cdecl _disable(void);
|
||||||
void __cdecl _enable(void);
|
// void __cdecl _enable(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NO_OLDNAMES
|
#ifndef NO_OLDNAMES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue