mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +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
|
@ -4945,14 +4945,15 @@ RtlAssert(
|
||||||
|
|
||||||
#endif /* DBG */
|
#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_CODE_PAGE_TAG NlsMbCodePageTag
|
||||||
#define NLS_MB_OEM_CODE_PAGE_TAG NlsMbOemCodePageTag
|
#define NLS_MB_OEM_CODE_PAGE_TAG NlsMbOemCodePageTag
|
||||||
#else
|
#else
|
||||||
#define NLS_MB_CODE_PAGE_TAG (*NlsMbCodePageTag)
|
#define NLS_MB_CODE_PAGE_TAG (*NlsMbCodePageTag)
|
||||||
#define NLS_MB_OEM_CODE_PAGE_TAG (*NlsMbOemCodePageTag)
|
#define NLS_MB_OEM_CODE_PAGE_TAG (*NlsMbOemCodePageTag)
|
||||||
#endif /* _NT_SYSTEM */
|
#endif /* _NT_SYSTEM */
|
||||||
|
|
||||||
extern BOOLEAN NTSYSAPI NLS_MB_CODE_PAGE_TAG;
|
extern BOOLEAN NTSYSAPI NLS_MB_CODE_PAGE_TAG;
|
||||||
extern BOOLEAN NTSYSAPI NLS_MB_OEM_CODE_PAGE_TAG;
|
extern BOOLEAN NTSYSAPI NLS_MB_OEM_CODE_PAGE_TAG;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue