Index: core/include/fxcrt/fx_system.h |
diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h |
index e1e957a52d4d75da55be25374da955c94aec2650..37af19c7690c4ac5ce68ec62f06ee6bb73d45e67 100644 |
--- a/core/include/fxcrt/fx_system.h |
+++ b/core/include/fxcrt/fx_system.h |
@@ -95,6 +95,7 @@ typedef int FX_ERR; |
typedef char FX_CHAR; |
typedef char* FX_LPSTR; |
typedef char const* FX_LPCSTR; |
+#define FX_DWORD_MAX UINT_MAX |
typedef unsigned int FX_DWORD; |
typedef unsigned int* FX_LPDWORD; |
#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |