mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
patch by Alex_Ionescu - fixes crash in usb driver on bootup in vmware
svn path=/trunk/; revision=17813
This commit is contained in:
parent
2f35400d27
commit
19ca3d1d83
1 changed files with 3 additions and 2 deletions
|
@ -4945,7 +4945,8 @@ RtlAssert(
|
|||
|
||||
#endif /* DBG */
|
||||
|
||||
#ifdef _NTSYSTEM_
|
||||
/* HACK HACK HACK - GCC (or perhaps LD) is messing this up */
|
||||
#if defined(_NTSYSTEM_) || defined(__GNUC__)
|
||||
#define NLS_MB_CODE_PAGE_TAG NlsMbCodePageTag
|
||||
#define NLS_MB_OEM_CODE_PAGE_TAG NlsMbOemCodePageTag
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue