mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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
|
||||
|
||||
#if (defined(_X86_) && !defined(__x86_64))
|
||||
void __cdecl _disable(void);
|
||||
void __cdecl _enable(void);
|
||||
// void __cdecl _disable(void);
|
||||
// void __cdecl _enable(void);
|
||||
#endif
|
||||
|
||||
#ifndef NO_OLDNAMES
|
||||
|
|
Loading…
Reference in a new issue